Skip to content

Commit

Permalink
cleanup: sync github user config with console config (ooni#60)
Browse files Browse the repository at this point in the history
There were some config changes made to the AWS `dev` environment through
the console. This diff sync the changes with in terraform to ensure
consistent state
  • Loading branch information
DecFox authored May 19, 2024
1 parent 7b32154 commit c50520d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
terraform:
strategy:
matrix:
environment: "dev"
environment: ["dev"]

runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, 'skip-terraform:') }}
Expand Down
1 change: 1 addition & 0 deletions tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ module "adm_iam_roles" {
source = "../../modules/adm_iam_roles"

authorized_accounts = [
"arn:aws:iam::${local.ooni_main_org_id}:user/mehul",
"arn:aws:iam::${local.ooni_dev_org_id}:user/mehul",
"arn:aws:iam::${local.ooni_dev_org_id}:user/art",
"arn:aws:iam::${local.ooni_main_org_id}:user/art"
Expand Down

0 comments on commit c50520d

Please sign in to comment.