Implement the full IAM interface for tags (#2269)
* IAM authoritative bindings in org module * remove extra newline * organization module * project module * tfdoc
This commit is contained in:
committed by
GitHub
parent
604920dec9
commit
e4941c27f2
@@ -87,7 +87,6 @@ variable "keys" {
|
||||
algorithm = string
|
||||
protection_level = optional(string, "SOFTWARE")
|
||||
}))
|
||||
|
||||
iam = optional(map(list(string)), {})
|
||||
iam_bindings = optional(map(object({
|
||||
members = list(string)
|
||||
|
||||
Reference in New Issue
Block a user