From 2a004e74ae288e365e5be1a7cb73292f4e5131cd Mon Sep 17 00:00:00 2001 From: wai-wong-edb <119956756+wai-wong-edb@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:21:23 +0000 Subject: [PATCH] ci: Prepare for the 0.8.0 release (#484) --- CHANGELOG.md | 4 ++++ GNUmakefile | 2 +- README.md | 2 +- docs/data-sources/pgd.md | 2 +- docs/resources/aws_connection.md | 2 +- docs/resources/azure_connection.md | 2 +- docs/resources/cluster.md | 4 ++-- docs/resources/faraway_replica.md | 4 ++-- docs/resources/pgd.md | 24 +++++++++---------- docs/resources/project.md | 2 +- docs/resources/region.md | 2 +- .../biganimal_aws_connection/provider.tf | 2 +- .../biganimal_cluster/provider.tf | 2 +- .../biganimal_faraway_replica/provider.tf | 2 +- .../data-sources/biganimal_pgd/provider.tf | 2 +- .../biganimal_projects/provider.tf | 2 +- .../data-sources/biganimal_region/provider.tf | 2 +- .../biganimal_aws_connection/resource.tf | 2 +- .../biganimal_azure_connection/resource.tf | 2 +- .../biganimal_cluster/ha/resource.tf | 2 +- .../single_node/aws/resource.tf | 2 +- .../single_node/azure/resource.tf | 2 +- .../single_node/bah_aws/resource.tf | 2 +- .../single_node/bah_azure/resource.tf | 2 +- .../single_node/bah_gcp/resource.tf | 2 +- .../single_node/gcp/resource.tf | 2 +- .../biganimal_cluster/single_node/resource.tf | 2 +- .../biganimal_faraway_replica/aws/resource.tf | 2 +- .../azure/resource.tf | 2 +- .../cluster_and_faraway_replica/resource.tf | 2 +- .../biganimal_faraway_replica/gcp/resource.tf | 2 +- .../biganimal_faraway_replica/resource.tf | 2 +- .../aws/bah_data_group/resource.tf | 2 +- .../resource.tf | 2 +- .../biganimal_pgd/aws/data_group/resource.tf | 2 +- .../resource.tf | 2 +- .../azure/bah_data_group/resource.tf | 2 +- .../resource.tf | 2 +- .../azure/data_group/resource.tf | 2 +- .../resource.tf | 2 +- .../gcp/bah_data_group/resource.tf | 2 +- .../resource.tf | 2 +- .../biganimal_pgd/gcp/data_group/resource.tf | 2 +- .../resource.tf | 2 +- .../resources/biganimal_project/resource.tf | 2 +- .../resources/biganimal_region/resource.tf | 2 +- 46 files changed, 62 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d846c4cd..0c5fd657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.8.0 (February 29. 2024) +Features: +* New access keys authorisation support using provider resource or environment variable + ## v0.7.1 (February 07. 2024) Bug Fixes: * Fixed pg config to only use user custom config values in plan and not include default config values diff --git a/GNUmakefile b/GNUmakefile index f2d075f5..dcda60d2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ HOSTNAME=registry.terraform.io NAMESPACE=EnterpriseDB NAME=biganimal BINARY=terraform-provider-${NAME} -VERSION=0.7.1 +VERSION=0.8.0 # Figure out the OS and ARCH of the # builder machine diff --git a/README.md b/README.md index 29b56d0f..7aeaf692 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/docs/data-sources/pgd.md b/docs/data-sources/pgd.md index 29bcb032..c63fed0c 100644 --- a/docs/data-sources/pgd.md +++ b/docs/data-sources/pgd.md @@ -74,7 +74,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/docs/resources/aws_connection.md b/docs/resources/aws_connection.md index f4bf80d3..a12600fd 100644 --- a/docs/resources/aws_connection.md +++ b/docs/resources/aws_connection.md @@ -19,7 +19,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/docs/resources/azure_connection.md b/docs/resources/azure_connection.md index 0791427d..3f9dc286 100644 --- a/docs/resources/azure_connection.md +++ b/docs/resources/azure_connection.md @@ -19,7 +19,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md index f4ee13e5..b7fd0aed 100644 --- a/docs/resources/cluster.md +++ b/docs/resources/cluster.md @@ -13,7 +13,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -125,7 +125,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/docs/resources/faraway_replica.md b/docs/resources/faraway_replica.md index 095c546d..fa0f0d24 100644 --- a/docs/resources/faraway_replica.md +++ b/docs/resources/faraway_replica.md @@ -9,7 +9,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -102,7 +102,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/docs/resources/pgd.md b/docs/resources/pgd.md index 52830b01..761347a4 100644 --- a/docs/resources/pgd.md +++ b/docs/resources/pgd.md @@ -10,7 +10,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -109,7 +109,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -277,7 +277,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -379,7 +379,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -553,7 +553,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -652,7 +652,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -820,7 +820,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -922,7 +922,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -1096,7 +1096,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -1195,7 +1195,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -1363,7 +1363,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" @@ -1469,7 +1469,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/docs/resources/project.md b/docs/resources/project.md index 3fab5e80..6e12c8af 100644 --- a/docs/resources/project.md +++ b/docs/resources/project.md @@ -20,7 +20,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/docs/resources/region.md b/docs/resources/region.md index 59cd8005..0f624573 100644 --- a/docs/resources/region.md +++ b/docs/resources/region.md @@ -9,7 +9,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/data-sources/biganimal_aws_connection/provider.tf b/examples/data-sources/biganimal_aws_connection/provider.tf index 9e4cd185..e676532d 100644 --- a/examples/data-sources/biganimal_aws_connection/provider.tf +++ b/examples/data-sources/biganimal_aws_connection/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/data-sources/biganimal_cluster/provider.tf b/examples/data-sources/biganimal_cluster/provider.tf index 9e4cd185..e676532d 100644 --- a/examples/data-sources/biganimal_cluster/provider.tf +++ b/examples/data-sources/biganimal_cluster/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/data-sources/biganimal_faraway_replica/provider.tf b/examples/data-sources/biganimal_faraway_replica/provider.tf index 9e4cd185..e676532d 100644 --- a/examples/data-sources/biganimal_faraway_replica/provider.tf +++ b/examples/data-sources/biganimal_faraway_replica/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/data-sources/biganimal_pgd/provider.tf b/examples/data-sources/biganimal_pgd/provider.tf index 9e4cd185..e676532d 100644 --- a/examples/data-sources/biganimal_pgd/provider.tf +++ b/examples/data-sources/biganimal_pgd/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/data-sources/biganimal_projects/provider.tf b/examples/data-sources/biganimal_projects/provider.tf index 9e4cd185..e676532d 100644 --- a/examples/data-sources/biganimal_projects/provider.tf +++ b/examples/data-sources/biganimal_projects/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/data-sources/biganimal_region/provider.tf b/examples/data-sources/biganimal_region/provider.tf index 9e4cd185..e676532d 100644 --- a/examples/data-sources/biganimal_region/provider.tf +++ b/examples/data-sources/biganimal_region/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/resources/biganimal_aws_connection/resource.tf b/examples/resources/biganimal_aws_connection/resource.tf index e012a691..fc43e6ad 100644 --- a/examples/resources/biganimal_aws_connection/resource.tf +++ b/examples/resources/biganimal_aws_connection/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/resources/biganimal_azure_connection/resource.tf b/examples/resources/biganimal_azure_connection/resource.tf index 63ef2094..4428bb84 100644 --- a/examples/resources/biganimal_azure_connection/resource.tf +++ b/examples/resources/biganimal_azure_connection/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/resources/biganimal_cluster/ha/resource.tf b/examples/resources/biganimal_cluster/ha/resource.tf index d7c5c022..5d829522 100644 --- a/examples/resources/biganimal_cluster/ha/resource.tf +++ b/examples/resources/biganimal_cluster/ha/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_cluster/single_node/aws/resource.tf b/examples/resources/biganimal_cluster/single_node/aws/resource.tf index 246fca8d..fad1c199 100644 --- a/examples/resources/biganimal_cluster/single_node/aws/resource.tf +++ b/examples/resources/biganimal_cluster/single_node/aws/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_cluster/single_node/azure/resource.tf b/examples/resources/biganimal_cluster/single_node/azure/resource.tf index 9465ced2..daba1b7a 100644 --- a/examples/resources/biganimal_cluster/single_node/azure/resource.tf +++ b/examples/resources/biganimal_cluster/single_node/azure/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_cluster/single_node/bah_aws/resource.tf b/examples/resources/biganimal_cluster/single_node/bah_aws/resource.tf index 2c1953a8..9ecef08c 100644 --- a/examples/resources/biganimal_cluster/single_node/bah_aws/resource.tf +++ b/examples/resources/biganimal_cluster/single_node/bah_aws/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_cluster/single_node/bah_azure/resource.tf b/examples/resources/biganimal_cluster/single_node/bah_azure/resource.tf index 2b3629d6..d602d059 100644 --- a/examples/resources/biganimal_cluster/single_node/bah_azure/resource.tf +++ b/examples/resources/biganimal_cluster/single_node/bah_azure/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_cluster/single_node/bah_gcp/resource.tf b/examples/resources/biganimal_cluster/single_node/bah_gcp/resource.tf index d4a0165d..23cc34f8 100644 --- a/examples/resources/biganimal_cluster/single_node/bah_gcp/resource.tf +++ b/examples/resources/biganimal_cluster/single_node/bah_gcp/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } } diff --git a/examples/resources/biganimal_cluster/single_node/gcp/resource.tf b/examples/resources/biganimal_cluster/single_node/gcp/resource.tf index 1ec0bc97..9fc800f1 100644 --- a/examples/resources/biganimal_cluster/single_node/gcp/resource.tf +++ b/examples/resources/biganimal_cluster/single_node/gcp/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_cluster/single_node/resource.tf b/examples/resources/biganimal_cluster/single_node/resource.tf index 9465ced2..daba1b7a 100644 --- a/examples/resources/biganimal_cluster/single_node/resource.tf +++ b/examples/resources/biganimal_cluster/single_node/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_faraway_replica/aws/resource.tf b/examples/resources/biganimal_faraway_replica/aws/resource.tf index 04c3ed5c..5b0576da 100644 --- a/examples/resources/biganimal_faraway_replica/aws/resource.tf +++ b/examples/resources/biganimal_faraway_replica/aws/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_faraway_replica/azure/resource.tf b/examples/resources/biganimal_faraway_replica/azure/resource.tf index b74700b3..7d1453b3 100644 --- a/examples/resources/biganimal_faraway_replica/azure/resource.tf +++ b/examples/resources/biganimal_faraway_replica/azure/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_faraway_replica/cluster_and_faraway_replica/resource.tf b/examples/resources/biganimal_faraway_replica/cluster_and_faraway_replica/resource.tf index d74be634..4c915f98 100644 --- a/examples/resources/biganimal_faraway_replica/cluster_and_faraway_replica/resource.tf +++ b/examples/resources/biganimal_faraway_replica/cluster_and_faraway_replica/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_faraway_replica/gcp/resource.tf b/examples/resources/biganimal_faraway_replica/gcp/resource.tf index 5ad4e1b5..b4c4bc54 100644 --- a/examples/resources/biganimal_faraway_replica/gcp/resource.tf +++ b/examples/resources/biganimal_faraway_replica/gcp/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_faraway_replica/resource.tf b/examples/resources/biganimal_faraway_replica/resource.tf index 04c3ed5c..5b0576da 100644 --- a/examples/resources/biganimal_faraway_replica/resource.tf +++ b/examples/resources/biganimal_faraway_replica/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/aws/bah_data_group/resource.tf b/examples/resources/biganimal_pgd/aws/bah_data_group/resource.tf index 0d9220a0..53a173dc 100644 --- a/examples/resources/biganimal_pgd/aws/bah_data_group/resource.tf +++ b/examples/resources/biganimal_pgd/aws/bah_data_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/aws/bah_data_groups_with_witness_group/resource.tf b/examples/resources/biganimal_pgd/aws/bah_data_groups_with_witness_group/resource.tf index 4b390351..93222c0e 100644 --- a/examples/resources/biganimal_pgd/aws/bah_data_groups_with_witness_group/resource.tf +++ b/examples/resources/biganimal_pgd/aws/bah_data_groups_with_witness_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/aws/data_group/resource.tf b/examples/resources/biganimal_pgd/aws/data_group/resource.tf index 5eb570ac..2e3849f5 100644 --- a/examples/resources/biganimal_pgd/aws/data_group/resource.tf +++ b/examples/resources/biganimal_pgd/aws/data_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/aws/data_groups_with_witness_group/resource.tf b/examples/resources/biganimal_pgd/aws/data_groups_with_witness_group/resource.tf index 4ce41da2..8d71dd80 100644 --- a/examples/resources/biganimal_pgd/aws/data_groups_with_witness_group/resource.tf +++ b/examples/resources/biganimal_pgd/aws/data_groups_with_witness_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/azure/bah_data_group/resource.tf b/examples/resources/biganimal_pgd/azure/bah_data_group/resource.tf index bde3776d..65bc6353 100644 --- a/examples/resources/biganimal_pgd/azure/bah_data_group/resource.tf +++ b/examples/resources/biganimal_pgd/azure/bah_data_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/azure/bah_data_groups_with_witness_group/resource.tf b/examples/resources/biganimal_pgd/azure/bah_data_groups_with_witness_group/resource.tf index c4e2fa15..5dad33f4 100644 --- a/examples/resources/biganimal_pgd/azure/bah_data_groups_with_witness_group/resource.tf +++ b/examples/resources/biganimal_pgd/azure/bah_data_groups_with_witness_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/azure/data_group/resource.tf b/examples/resources/biganimal_pgd/azure/data_group/resource.tf index 1c14033a..72411fa0 100644 --- a/examples/resources/biganimal_pgd/azure/data_group/resource.tf +++ b/examples/resources/biganimal_pgd/azure/data_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/azure/data_groups_with_witness_group/resource.tf b/examples/resources/biganimal_pgd/azure/data_groups_with_witness_group/resource.tf index ef4879d9..e6057835 100644 --- a/examples/resources/biganimal_pgd/azure/data_groups_with_witness_group/resource.tf +++ b/examples/resources/biganimal_pgd/azure/data_groups_with_witness_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/gcp/bah_data_group/resource.tf b/examples/resources/biganimal_pgd/gcp/bah_data_group/resource.tf index 01cf374c..84735d95 100644 --- a/examples/resources/biganimal_pgd/gcp/bah_data_group/resource.tf +++ b/examples/resources/biganimal_pgd/gcp/bah_data_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/gcp/bah_data_groups_with_witness_group/resource.tf b/examples/resources/biganimal_pgd/gcp/bah_data_groups_with_witness_group/resource.tf index 19ccda98..04530e9c 100644 --- a/examples/resources/biganimal_pgd/gcp/bah_data_groups_with_witness_group/resource.tf +++ b/examples/resources/biganimal_pgd/gcp/bah_data_groups_with_witness_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/gcp/data_group/resource.tf b/examples/resources/biganimal_pgd/gcp/data_group/resource.tf index 8242d6ac..a6469ad1 100644 --- a/examples/resources/biganimal_pgd/gcp/data_group/resource.tf +++ b/examples/resources/biganimal_pgd/gcp/data_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_pgd/gcp/data_groups_with_witness_group/resource.tf b/examples/resources/biganimal_pgd/gcp/data_groups_with_witness_group/resource.tf index 936f4e3c..cc56da7b 100644 --- a/examples/resources/biganimal_pgd/gcp/data_groups_with_witness_group/resource.tf +++ b/examples/resources/biganimal_pgd/gcp/data_groups_with_witness_group/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_project/resource.tf b/examples/resources/biganimal_project/resource.tf index a31b27ec..f170c3a3 100644 --- a/examples/resources/biganimal_project/resource.tf +++ b/examples/resources/biganimal_project/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_region/resource.tf b/examples/resources/biganimal_region/resource.tf index 3c920545..8d0acd91 100644 --- a/examples/resources/biganimal_region/resource.tf +++ b/examples/resources/biganimal_region/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.7.1" + version = "0.8.0" } } }