Skip to content

Commit

Permalink
fixed update on parent (#4712) (#8964)
Browse files Browse the repository at this point in the history
* fixed update on parent

* removed the added test

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Apr 21, 2021
1 parent 27eb3eb commit ba325e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changelog/4712.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
```release-note:breaking-change
datacatalog: updating `parent` in `google_data_catalog_tag` will now recreate the resource
```
```release-note:bug
datacatalog: fixed an issue where `parent` in `google_data_catalog_tag` attempted to update the resource when change instead of recreating it
```
1 change: 1 addition & 0 deletions google/resource_data_catalog_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ For attaching a tag to a nested column, use '.' to separate the column names. Ex
"parent": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: `The name of the parent this tag is attached to. This can be the name of an entry or an entry group. If an entry group, the tag will be attached to
all entries in that group.`,
},
Expand Down

0 comments on commit ba325e6

Please sign in to comment.