diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5fd657..5771f8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.8.1 (February 29. 2024) +Features: +* Updated access key requirements documentation + ## v0.8.0 (February 29. 2024) Features: * New access keys authorisation support using provider resource or environment variable diff --git a/GNUmakefile b/GNUmakefile index dcda60d2..4ca44ec1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ HOSTNAME=registry.terraform.io NAMESPACE=EnterpriseDB NAME=biganimal BINARY=terraform-provider-${NAME} -VERSION=0.8.0 +VERSION=0.8.1 # Figure out the OS and ARCH of the # builder machine diff --git a/README.md b/README.md index 7aeaf692..903f945f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } } } diff --git a/docs/data-sources/pgd.md b/docs/data-sources/pgd.md index c63fed0c..2ae744a7 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.8.0" + version = "0.8.1" } } } diff --git a/docs/index.md b/docs/index.md index da3299de..dedca091 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ Use the navigation to the left to read about the available provider resources an * A BigAnimal account with an organization set up. If you don't already have a BigAnimal account, see [Getting started with the BigAnimal free trial.](https://www.enterprisedb.com/docs/biganimal/latest/free_trial/) * [Terraform](https://www.terraform.io/downloads.html) version 0.13.x or later. -* A BigAnimal API token (https://www.enterprisedb.com/docs/biganimal/latest/reference/api/#using-the-get-token-script) +* A strongly recommended BigAnimal Access key (https://www.enterprisedb.com/docs/biganimal/latest/reference/access_key/) or a BigAnimal API token (https://www.enterprisedb.com/docs/biganimal/latest/reference/api/#using-the-get-token-script) ## Example Usage ```terraform @@ -28,14 +28,13 @@ provider "biganimal" { // in an environment variable then the access key set in the environment variable // will take priority and be used ba_access_key = "" - //ba_api_uri = "https://portal.biganimal.com/api/v3" // Optional } # Manage the resources ``` ## Environment Variables -Credentials can be provided by using the `BA_BEARER_TOKEN` or `BA_ACCESS_KEY` and optionally `BA_API_URI` environment variables. +Credentials can be provided by using the `BA_BEARER_TOKEN` or `BA_ACCESS_KEY` environment variables. ## Schema @@ -43,5 +42,4 @@ Credentials can be provided by using the `BA_BEARER_TOKEN` or `BA_ACCESS_KEY` an ### Optional - `ba_access_key` (String) BigAnimal Access Key -- `ba_api_uri` (String) BigAnimal API URL - `ba_bearer_token` (String) BigAnimal Bearer Token diff --git a/docs/resources/aws_connection.md b/docs/resources/aws_connection.md index a12600fd..0421712a 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.8.0" + version = "0.8.1" } } } diff --git a/docs/resources/azure_connection.md b/docs/resources/azure_connection.md index 3f9dc286..95168612 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.8.0" + version = "0.8.1" } } } diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md index b7fd0aed..d827e413 100644 --- a/docs/resources/cluster.md +++ b/docs/resources/cluster.md @@ -13,7 +13,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -125,7 +125,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" diff --git a/docs/resources/faraway_replica.md b/docs/resources/faraway_replica.md index fa0f0d24..1c599d02 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.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -102,7 +102,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" diff --git a/docs/resources/pgd.md b/docs/resources/pgd.md index 761347a4..3cc2d942 100644 --- a/docs/resources/pgd.md +++ b/docs/resources/pgd.md @@ -10,7 +10,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -109,7 +109,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -277,7 +277,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -379,7 +379,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -553,7 +553,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -652,7 +652,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -820,7 +820,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -922,7 +922,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -1096,7 +1096,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -1195,7 +1195,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -1363,7 +1363,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" @@ -1469,7 +1469,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" diff --git a/docs/resources/project.md b/docs/resources/project.md index 6e12c8af..65c06364 100644 --- a/docs/resources/project.md +++ b/docs/resources/project.md @@ -20,7 +20,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" diff --git a/docs/resources/region.md b/docs/resources/region.md index 0f624573..1e9c971a 100644 --- a/docs/resources/region.md +++ b/docs/resources/region.md @@ -9,7 +9,7 @@ terraform { required_providers { biganimal = { source = "EnterpriseDB/biganimal" - version = "0.8.0" + version = "0.8.1" } } } diff --git a/examples/data-sources/biganimal_aws_connection/provider.tf b/examples/data-sources/biganimal_aws_connection/provider.tf index e676532d..0c4f7ddf 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.8.0" + version = "0.8.1" } } } diff --git a/examples/data-sources/biganimal_cluster/provider.tf b/examples/data-sources/biganimal_cluster/provider.tf index e676532d..0c4f7ddf 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.8.0" + version = "0.8.1" } } } diff --git a/examples/data-sources/biganimal_faraway_replica/provider.tf b/examples/data-sources/biganimal_faraway_replica/provider.tf index e676532d..0c4f7ddf 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.8.0" + version = "0.8.1" } } } diff --git a/examples/data-sources/biganimal_pgd/provider.tf b/examples/data-sources/biganimal_pgd/provider.tf index e676532d..0c4f7ddf 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.8.0" + version = "0.8.1" } } } diff --git a/examples/data-sources/biganimal_projects/provider.tf b/examples/data-sources/biganimal_projects/provider.tf index e676532d..0c4f7ddf 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.8.0" + version = "0.8.1" } } } diff --git a/examples/data-sources/biganimal_region/provider.tf b/examples/data-sources/biganimal_region/provider.tf index e676532d..0c4f7ddf 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.8.0" + version = "0.8.1" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index d8a28820..e0b3db4d 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -6,6 +6,5 @@ provider "biganimal" { // in an environment variable then the access key set in the environment variable // will take priority and be used ba_access_key = "" - //ba_api_uri = "https://portal.biganimal.com/api/v3" // Optional } # Manage the resources diff --git a/examples/resources/biganimal_aws_connection/resource.tf b/examples/resources/biganimal_aws_connection/resource.tf index fc43e6ad..30bf0943 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.8.0" + version = "0.8.1" } } } diff --git a/examples/resources/biganimal_azure_connection/resource.tf b/examples/resources/biganimal_azure_connection/resource.tf index 4428bb84..c0aab87b 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.8.0" + version = "0.8.1" } } } diff --git a/examples/resources/biganimal_cluster/ha/resource.tf b/examples/resources/biganimal_cluster/ha/resource.tf index 5d829522..4ab0a6f0 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.8.0" + version = "0.8.1" } 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 fad1c199..8565e658 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.8.0" + version = "0.8.1" } 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 daba1b7a..04133e56 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.8.0" + version = "0.8.1" } 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 9ecef08c..3bbcd13f 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.8.0" + version = "0.8.1" } 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 d602d059..93f3a121 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.8.0" + version = "0.8.1" } 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 23cc34f8..8bf11d3e 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.8.0" + version = "0.8.1" } } } diff --git a/examples/resources/biganimal_cluster/single_node/gcp/resource.tf b/examples/resources/biganimal_cluster/single_node/gcp/resource.tf index 9fc800f1..a11d303c 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.8.0" + version = "0.8.1" } 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 daba1b7a..04133e56 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.8.0" + version = "0.8.1" } 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 5b0576da..da86de7c 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.8.0" + version = "0.8.1" } 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 7d1453b3..212d7379 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.8.0" + version = "0.8.1" } 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 4c915f98..e3635613 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.8.0" + version = "0.8.1" } 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 b4c4bc54..53214877 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.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_faraway_replica/resource.tf b/examples/resources/biganimal_faraway_replica/resource.tf index 5b0576da..da86de7c 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.8.0" + version = "0.8.1" } 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 53a173dc..a1e3fd2a 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.8.0" + version = "0.8.1" } 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 93222c0e..ff5c4cf5 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.8.0" + version = "0.8.1" } 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 2e3849f5..a645b917 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.8.0" + version = "0.8.1" } 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 8d71dd80..0751858b 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.8.0" + version = "0.8.1" } 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 65bc6353..2e2db91e 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.8.0" + version = "0.8.1" } 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 5dad33f4..2ef03bea 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.8.0" + version = "0.8.1" } 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 72411fa0..ec9e92d0 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.8.0" + version = "0.8.1" } 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 e6057835..e559adc7 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.8.0" + version = "0.8.1" } 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 84735d95..704fcc60 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.8.0" + version = "0.8.1" } 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 04530e9c..90097f2b 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.8.0" + version = "0.8.1" } 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 a6469ad1..cf579d48 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.8.0" + version = "0.8.1" } 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 cc56da7b..3660e14e 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.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_project/resource.tf b/examples/resources/biganimal_project/resource.tf index f170c3a3..71d834fb 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.8.0" + version = "0.8.1" } random = { source = "hashicorp/random" diff --git a/examples/resources/biganimal_region/resource.tf b/examples/resources/biganimal_region/resource.tf index 8d0acd91..3de3d568 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.8.0" + version = "0.8.1" } } } diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index d21e9388..5262faf5 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -16,7 +16,7 @@ Use the navigation to the left to read about the available provider resources an * A BigAnimal account with an organization set up. If you don't already have a BigAnimal account, see [Getting started with the BigAnimal free trial.](https://www.enterprisedb.com/docs/biganimal/latest/free_trial/) * [Terraform](https://www.terraform.io/downloads.html) version 0.13.x or later. -* A BigAnimal API token (https://www.enterprisedb.com/docs/biganimal/latest/reference/api/#using-the-get-token-script) +* A strongly recommended BigAnimal Access key (https://www.enterprisedb.com/docs/biganimal/latest/reference/access_key/) or a BigAnimal API token (https://www.enterprisedb.com/docs/biganimal/latest/reference/api/#using-the-get-token-script) {{ if .HasExample -}} ## Example Usage @@ -25,6 +25,6 @@ see [Getting started with the BigAnimal free trial.](https://www.enterprisedb.co ## Environment Variables -Credentials can be provided by using the `BA_BEARER_TOKEN` or `BA_ACCESS_KEY` and optionally `BA_API_URI` environment variables. +Credentials can be provided by using the `BA_BEARER_TOKEN` or `BA_ACCESS_KEY` environment variables. {{ .SchemaMarkdown | trimspace }}