From f3e599b8a6fa65648a3dd5f6fab5f15a55b09cf6 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 10 Oct 2024 16:22:59 -0700 Subject: [PATCH] Fix bad bt instance field description (#11979) (#8387) [upstream:d4257c12a3deb18ff74c2eb3a38323faa91b2869] Signed-off-by: Modular Magician --- .changelog/11979.txt | 2 ++ google-beta/services/bigtable/resource_bigtable_instance.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changelog/11979.txt diff --git a/.changelog/11979.txt b/.changelog/11979.txt new file mode 100644 index 0000000000..126505bd3f --- /dev/null +++ b/.changelog/11979.txt @@ -0,0 +1,2 @@ +```release-note:none +``` \ No newline at end of file diff --git a/google-beta/services/bigtable/resource_bigtable_instance.go b/google-beta/services/bigtable/resource_bigtable_instance.go index 8bc121993d..e6f21b5380 100644 --- a/google-beta/services/bigtable/resource_bigtable_instance.go +++ b/google-beta/services/bigtable/resource_bigtable_instance.go @@ -184,7 +184,7 @@ func ResourceBigtableInstance() *schema.Resource { Type: schema.TypeBool, Optional: true, Default: true, - Description: ` When the field is set to true or unset in Terraform state, a terraform apply or terraform destroy that would delete the instance will fail. When the field is set to false, deleting the instance is allowed.`, + Description: `When the field is set to true or unset in Terraform state, a terraform apply or terraform destroy that would delete the instance will fail. When the field is set to false, deleting the instance is allowed.`, }, "labels": {