Skip to content

Commit

Permalink
fix: create temporary OU
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest committed Nov 17, 2023
1 parent 738d8db commit 7a73a6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terragrunt/org_account/organization/organizations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ resource "aws_organizations_organizational_unit" "Sandbox" {
parent_id = local.root
}

resource "aws_organizations_organizational_unit" "Sandbox" {
name = "SandboxMigration"
parent_id = local.root
}

resource "aws_organizations_policy_attachment" "Sandbox-cds_snc_universal_guardrails" {
policy_id = aws_organizations_policy.cds_snc_universal_guardrails.id
Expand Down

0 comments on commit 7a73a6d

Please sign in to comment.