Skip to content

Commit 7614b73

Browse files
authored
Merge pull request #615 from rust-lang/chore-remove-sync_team_prod-account
chore: remove sync_team_prod account
2 parents c7f16b0 + 8a7308b commit 7614b73

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

terragrunt/modules/aws-organization/accounts.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ resource "aws_organizations_account" "dev_desktops_prod" {
3232
3333
}
3434

35-
resource "aws_organizations_account" "sync_team_prod" {
36-
name = "sync-team-prod"
37-
38-
}
39-
4035
resource "aws_organizations_account" "bors_staging" {
4136
name = "bors-staging"
4237

terragrunt/modules/aws-organization/groups.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,6 @@ locals {
308308
permissions : [aws_ssoadmin_permission_set.view_only_access] }
309309
]
310310
},
311-
# sync-team prod
312-
{
313-
account : aws_organizations_account.sync_team_prod,
314-
groups : [
315-
{ group : aws_identitystore_group.infra-admins,
316-
permissions : [aws_ssoadmin_permission_set.view_only_access, aws_ssoadmin_permission_set.administrator_access] },
317-
]
318-
},
319311
# bors staging
320312
{
321313
account : aws_organizations_account.bors_staging,

0 commit comments

Comments
 (0)