Skip to content

Commit

Permalink
force_delete default value (#4698) (#8922)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Apr 15, 2021
1 parent 1fb0b93 commit 0cae004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4698.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
datacatalog: set default false for `force_delete` on `google_data_catalog_tag_template`
```
1 change: 1 addition & 0 deletions google/resource_data_catalog_tag_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Multiple fields can have the same order, and field orders within a tag do not ha
Type: schema.TypeBool,
Optional: true,
Description: `This confirms the deletion of any possible tags using this template. Must be set to true in order to delete the tag template.`,
Default: false,
},
"region": {
Type: schema.TypeString,
Expand Down

0 comments on commit 0cae004

Please sign in to comment.