Skip to content

Commit

Permalink
Merge pull request #615 from rust-lang/chore-remove-sync_team_prod-ac…
Browse files Browse the repository at this point in the history
…count

chore: remove sync_team_prod account
  • Loading branch information
MarcoIeni authored Oct 10, 2024
2 parents c7f16b0 + 8a7308b commit 7614b73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions terragrunt/modules/aws-organization/accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ resource "aws_organizations_account" "dev_desktops_prod" {
email = "[email protected]"
}

resource "aws_organizations_account" "sync_team_prod" {
name = "sync-team-prod"
email = "[email protected]"
}

resource "aws_organizations_account" "bors_staging" {
name = "bors-staging"
email = "[email protected]"
Expand Down
8 changes: 0 additions & 8 deletions terragrunt/modules/aws-organization/groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,6 @@ locals {
permissions : [aws_ssoadmin_permission_set.view_only_access] }
]
},
# sync-team prod
{
account : aws_organizations_account.sync_team_prod,
groups : [
{ group : aws_identitystore_group.infra-admins,
permissions : [aws_ssoadmin_permission_set.view_only_access, aws_ssoadmin_permission_set.administrator_access] },
]
},
# bors staging
{
account : aws_organizations_account.bors_staging,
Expand Down

0 comments on commit 7614b73

Please sign in to comment.