Skip to content

Commit

Permalink
create ci-staging aws account (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Dec 3, 2024
1 parent e698b17 commit 1a00203
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terragrunt/modules/aws-organization/accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ resource "aws_organizations_account" "bors_prod" {
name = "bors-prod"
email = "[email protected]"
}

resource "aws_organizations_account" "ci_staging" {
name = "ci-staging"
email = "[email protected]"
}

0 comments on commit 1a00203

Please sign in to comment.