Skip to content

Commit 8b564d1

Browse files
authored
RAIN-94795: Fix a multi project level config issue (#106)
* RAIN-94795: Fix a multi project level config issue * Remove redundent lines
1 parent 861315d commit 8b564d1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/project-level-config-multi/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module "gcp_project_config" {
1717
source = "../../"
1818

1919
for_each = var.projects
20-
project_id = each.key
20+
project_id = each.value
2121
}

examples/project-level-config-multi/versions.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ terraform {
55
source = "lacework/lacework"
66
}
77
}
8-
9-
108
}

0 commit comments

Comments
 (0)