rename iam variables in artifact registry

This commit is contained in:
Ludovico Magnocavallo
2020-11-04 16:56:57 +01:00
parent 25e1b8ac46
commit bf23199724
3 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ resource "google_artifact_registry_repository" "registry" {
resource "google_artifact_registry_repository_iam_binding" "bindings" {
provider = google-beta
for_each = var.iam_members
for_each = var.iam
project = var.project_id
location = google_artifact_registry_repository.registry.location
repository = google_artifact_registry_repository.registry.name