Skip to content

Commit

Permalink
Add dependency to fix test (#4320) (#8025)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 16, 2020
1 parent 179ede2 commit b774178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4320.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 2 additions & 0 deletions website/docs/r/data_catalog_policy_tag.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ resource "google_data_catalog_policy_tag" "child_policy2" {
display_name = "dob"
description = "The users date of birth"
parent_policy_tag = google_data_catalog_policy_tag.parent_policy.id
// depends_on to avoid concurrent delete issues
depends_on = [google_data_catalog_policy_tag.child_policy]
}
resource "google_data_catalog_taxonomy" "my_taxonomy" {
Expand Down

0 comments on commit b774178

Please sign in to comment.