Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 24, 2023
1 parent 73b3e75 commit 6a6700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share-resources/share.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ locals {
}

resource "aws_ram_principal_association" "subnets_organizational_units" {
for_each = var.share_enabled ? local.share_organizatonal_unit_map : {}
for_each = var.share_enabled ? local.share_organizational_unit_map : {}
principal = each.value.organization_unit_arn
resource_share_arn = aws_ram_resource_share.subnets[each.value.subnet_id].arn
}
Expand Down

0 comments on commit 6a6700a

Please sign in to comment.