Skip to content

Commit

Permalink
chore: allowing for external principals
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Apr 9, 2024
1 parent 9d1270d commit 26bc362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ram.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
resource "aws_ram_resource_share" "endpoints" {
for_each = local.endpoints_rules

allow_external_principals = false
allow_external_principals = true
name = format("%s-%s-endpoints", var.sharing.share_prefix, each.value.service)
tags = merge(var.tags, { "Name" : format("%s-%s-endpoints", var.sharing.share_prefix, each.value.service) })
}
Expand Down

0 comments on commit 26bc362

Please sign in to comment.