From 4cfdf49ff200d0387db9a0c1c172bf812f2bbe63 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:31:51 +1100 Subject: [PATCH] docs: use real provider version inside example --- README.md | 2 +- docs/index.md | 2 +- examples/provider/provider.tf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7dcafd408..aa9b195ba 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ terraform { required_providers { airbyte = { source = "airbytehq/airbyte" - version = "0.13.0" + version = "0.6.5" } } } diff --git a/docs/index.md b/docs/index.md index 4ab8cf968..9ff6e556c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ terraform { required_providers { airbyte = { source = "airbytehq/airbyte" - version = "0.13.0" + version = "0.6.5" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 6812048a5..3b94837b1 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,11 +2,11 @@ terraform { required_providers { airbyte = { source = "airbytehq/airbyte" - version = "0.13.0" + version = "0.6.5" } } } provider "airbyte" { # Configuration options -} \ No newline at end of file +}