Skip to content

Commit

Permalink
Fix bad bt instance field description (#11979) (#8387)
Browse files Browse the repository at this point in the history
[upstream:d4257c12a3deb18ff74c2eb3a38323faa91b2869]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 10, 2024
1 parent 977d6b9 commit f3e599b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/11979.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f3e599b

Please sign in to comment.