Add custom tag support to FAST (#1426)
* initial implementation of custom tags * depend org policies on tags * fix test * integrate default and custom org policy tags
This commit is contained in:
committed by
GitHub
parent
39b27ac25e
commit
c024eca320
@@ -121,5 +121,7 @@ resource "google_org_policy_policy" "default" {
|
||||
google_organization_iam_member.additive,
|
||||
google_organization_iam_policy.authoritative,
|
||||
google_org_policy_custom_constraint.constraint,
|
||||
google_tags_tag_key.default,
|
||||
google_tags_tag_value.default,
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user