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 +}