Update iam.tf

This commit is contained in:
Ludovico Magnocavallo 2023-10-04 08:19:31 +02:00 committed by GitHub
parent e7c31cb83a
commit 45673f5468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@
* limitations under the License.
*/
# tfdoc:file:description IAM bindings
resource "google_storage_bucket_iam_binding" "authoritative" {
for_each = var.iam
bucket = google_storage_bucket.bucket.name
@ -49,4 +51,4 @@ resource "google_storage_bucket_iam_member" "bindings" {
description = each.value.condition.description
}
}
}
}