Skip to content

Commit

Permalink
OPS-5460 Remove duplicate var.
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncolincap committed Nov 16, 2023
1 parent beb2d54 commit 537d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ionos-datacenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "ionoscloud_datacenter" "datacenter" {
}

resource "ionoscloud_share" "datacenter_permissions" {
for_each = { for share in var.var.datacenter_shares : share.group => share}
for_each = { for share in var.datacenter_shares : share.group => share}
group_id = each.key
resource_id = ionoscloud_datacenter.datacenter.id
edit_privilege = each.value.edit
Expand Down

0 comments on commit 537d383

Please sign in to comment.