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:
Ludovico Magnocavallo
2023-06-08 00:10:27 +02:00
committed by GitHub
parent 39b27ac25e
commit c024eca320
5 changed files with 142 additions and 34 deletions

View File

@@ -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,
]
}