diff --git a/CHANGELOG.md b/CHANGELOG.md
index f480d0b6..c380ec4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v1.2.1 (January 06. 2025)
+Bug Fixes:
+* Fixed cluster_architecture.name field for `biganimal_cluster` resource and Data Source. It is now a deprecated and hidden field
+
## v1.2.0 (November 29. 2024)
Features:
* Support for Write-Ahead Logs (WAL) Storage in `biganimal_cluster`, `biganimal_faraway_replica`, and `biganimal_pgd` resources
diff --git a/GNUmakefile b/GNUmakefile
index 7f11f57a..4f771c3b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ HOSTNAME=registry.terraform.io
NAMESPACE=EnterpriseDB
NAME=biganimal
BINARY=terraform-provider-${NAME}
-VERSION=1.2.0
+VERSION=1.2.1
# Figure out the OS and ARCH of the
# builder machine
diff --git a/README.md b/README.md
index 9eafe64c..696b86a0 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/docs/data-sources/cluster.md b/docs/data-sources/cluster.md
index 53376e6d..0d11f366 100644
--- a/docs/data-sources/cluster.md
+++ b/docs/data-sources/cluster.md
@@ -305,9 +305,9 @@ Required:
- `id` (String) Cluster architecture ID. For example, "single" or "ha".For Extreme High Availability clusters, please use the [biganimal_pgd](https://registry.terraform.io/providers/EnterpriseDB/biganimal/latest/docs/resources/pgd) resource.
- `nodes` (Number) Node count.
-Read-Only:
+Optional:
-- `name` (String) Name.
+- `name` (String, Sensitive, Deprecated) Name.
diff --git a/docs/data-sources/csp_tag.md b/docs/data-sources/csp_tag.md
index 76aaa56a..59c7e452 100644
--- a/docs/data-sources/csp_tag.md
+++ b/docs/data-sources/csp_tag.md
@@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/docs/data-sources/pgd.md b/docs/data-sources/pgd.md
index a9d9dc2b..f5fc6bad 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/docs/data-sources/tag.md b/docs/data-sources/tag.md
index bf38d2df..194bebd8 100644
--- a/docs/data-sources/tag.md
+++ b/docs/data-sources/tag.md
@@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/docs/resources/aws_connection.md b/docs/resources/aws_connection.md
index 558af580..76b0b2ec 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/docs/resources/azure_connection.md b/docs/resources/azure_connection.md
index b4859a74..4504de3a 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md
index e06c8841..cfa14cb7 100644
--- a/docs/resources/cluster.md
+++ b/docs/resources/cluster.md
@@ -13,7 +13,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
@@ -155,7 +155,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
@@ -359,9 +359,9 @@ Required:
- `id` (String) Cluster architecture ID. For example, "single" or "ha".For Extreme High Availability clusters, please use the [biganimal_pgd](https://registry.terraform.io/providers/EnterpriseDB/biganimal/latest/docs/resources/pgd) resource.
- `nodes` (Number) Node count.
-Read-Only:
+Optional:
-- `name` (String) Name.
+- `name` (String, Sensitive, Deprecated) Name.
diff --git a/docs/resources/csp_tag.md b/docs/resources/csp_tag.md
index 28d3f561..1305facf 100644
--- a/docs/resources/csp_tag.md
+++ b/docs/resources/csp_tag.md
@@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/docs/resources/faraway_replica.md b/docs/resources/faraway_replica.md
index c778a0b9..e16bbdae 100644
--- a/docs/resources/faraway_replica.md
+++ b/docs/resources/faraway_replica.md
@@ -14,7 +14,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/docs/resources/pgd.md b/docs/resources/pgd.md
index 81fa1bdd..746cf3d2 100644
--- a/docs/resources/pgd.md
+++ b/docs/resources/pgd.md
@@ -10,7 +10,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
@@ -135,7 +135,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
@@ -331,7 +331,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
@@ -451,7 +451,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
@@ -647,7 +647,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
@@ -771,7 +771,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/docs/resources/project.md b/docs/resources/project.md
index 4b1c95df..d9a63c8f 100644
--- a/docs/resources/project.md
+++ b/docs/resources/project.md
@@ -20,7 +20,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/docs/resources/region.md b/docs/resources/region.md
index 7a18954c..8e9f5d95 100644
--- a/docs/resources/region.md
+++ b/docs/resources/region.md
@@ -9,7 +9,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/docs/resources/tag.md b/docs/resources/tag.md
index 5e15b0f2..19c21eee 100644
--- a/docs/resources/tag.md
+++ b/docs/resources/tag.md
@@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/examples/data-sources/biganimal_analytics_cluster/provider.tf b/examples/data-sources/biganimal_analytics_cluster/provider.tf
index a97112df..e42253ad 100644
--- a/examples/data-sources/biganimal_analytics_cluster/provider.tf
+++ b/examples/data-sources/biganimal_analytics_cluster/provider.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_aws_connection/provider.tf b/examples/data-sources/biganimal_aws_connection/provider.tf
index a97112df..e42253ad 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_cluster/provider.tf b/examples/data-sources/biganimal_cluster/provider.tf
index a97112df..e42253ad 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_csp_tag/data-source.tf b/examples/data-sources/biganimal_csp_tag/data-source.tf
index 81f9996f..ca7f5964 100644
--- a/examples/data-sources/biganimal_csp_tag/data-source.tf
+++ b/examples/data-sources/biganimal_csp_tag/data-source.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_faraway_replica/provider.tf b/examples/data-sources/biganimal_faraway_replica/provider.tf
index a97112df..e42253ad 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_pgd/provider.tf b/examples/data-sources/biganimal_pgd/provider.tf
index a97112df..e42253ad 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_projects/provider.tf b/examples/data-sources/biganimal_projects/provider.tf
index a97112df..e42253ad 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_region/provider.tf b/examples/data-sources/biganimal_region/provider.tf
index a97112df..e42253ad 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/data-sources/biganimal_tag/data-source.tf b/examples/data-sources/biganimal_tag/data-source.tf
index 81bd2f1e..fd11a731 100644
--- a/examples/data-sources/biganimal_tag/data-source.tf
+++ b/examples/data-sources/biganimal_tag/data-source.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/resources/biganimal_analytics_cluster/aws/resource.tf b/examples/resources/biganimal_analytics_cluster/aws/resource.tf
index 70c5a55c..228d7afe 100644
--- a/examples/resources/biganimal_analytics_cluster/aws/resource.tf
+++ b/examples/resources/biganimal_analytics_cluster/aws/resource.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/examples/resources/biganimal_aws_connection/resource.tf b/examples/resources/biganimal_aws_connection/resource.tf
index f0063abe..62be48e8 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/resources/biganimal_azure_connection/resource.tf b/examples/resources/biganimal_azure_connection/resource.tf
index db336b99..6cc2d98d 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/resources/biganimal_cluster/ha/resource.tf b/examples/resources/biganimal_cluster/ha/resource.tf
index a008a8a7..a2578c35 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 = "1.2.0"
+ version = "1.2.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 a4f82ac5..5f1a1bc9 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 = "1.2.0"
+ version = "1.2.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 14e66959..4bd7d25a 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 = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/examples/resources/biganimal_cluster/single_node/gcp/resource.tf b/examples/resources/biganimal_cluster/single_node/gcp/resource.tf
index b534052d..fc956206 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 = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/examples/resources/biganimal_csp_tag/resource.tf b/examples/resources/biganimal_csp_tag/resource.tf
index 37fa48e2..ab58ad2b 100644
--- a/examples/resources/biganimal_csp_tag/resource.tf
+++ b/examples/resources/biganimal_csp_tag/resource.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.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 bed0e0c0..f8b3d4d4 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 = "1.2.0"
+ version = "1.2.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 5fa72e58..1ac4d3cd 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 = "1.2.0"
+ version = "1.2.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 be297bd0..fa255dbc 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 = "1.2.0"
+ version = "1.2.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 55b03e54..5ad0e710 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 = "1.2.0"
+ version = "1.2.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 0c4be573..a8494e2b 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 = "1.2.0"
+ version = "1.2.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 0c366bfb..feb45809 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 = "1.2.0"
+ version = "1.2.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 d42b71e2..2350a311 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 = "1.2.0"
+ version = "1.2.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 713842ce..74113095 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 = "1.2.0"
+ version = "1.2.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 b324d9fa..15166d61 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 = "1.2.0"
+ version = "1.2.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 734c4ed8..2f7407d8 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 = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/examples/resources/biganimal_project/resource.tf b/examples/resources/biganimal_project/resource.tf
index bde9abe0..91c24845 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 = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"
diff --git a/examples/resources/biganimal_region/resource.tf b/examples/resources/biganimal_region/resource.tf
index 6dd3a9bd..a16c970a 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 = "1.2.0"
+ version = "1.2.1"
}
}
}
diff --git a/examples/resources/biganimal_tag/resource.tf b/examples/resources/biganimal_tag/resource.tf
index f23d10d2..9c2bf1b4 100644
--- a/examples/resources/biganimal_tag/resource.tf
+++ b/examples/resources/biganimal_tag/resource.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
- version = "1.2.0"
+ version = "1.2.1"
}
random = {
source = "hashicorp/random"