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:
Ludovico Magnocavallo
2024-05-13 20:18:51 +02:00
committed by GitHub
parent 604920dec9
commit e4941c27f2
9 changed files with 504 additions and 104 deletions

View File

@@ -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)