Skip to content

Commit

Permalink
fix org id reference
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Nov 21, 2024
1 parent 1256bf0 commit 5352830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion organisation-security/terraform/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data "aws_iam_policy_document" "mp_ssm_inventory_resource_data_sync_bucket" {
condition {
test = "StringEquals"
variable = "aws:SourceOrgID"
values = [data.aws_organizations_organization.root_account.id]
values = [local.organizations_organization.id]
}
}

Expand Down

0 comments on commit 5352830

Please sign in to comment.