Skip to content

Commit

Permalink
Add missing region entries to .aws/credentials file`
Browse files Browse the repository at this point in the history
I had an error trying to run an ansible playbook because of a configuration error with AWS, and we solved it by adding the region field in all entries of the credentials file
  • Loading branch information
LDiazN authored Jan 24, 2025
1 parent 84ce023 commit eb17370
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ Terraform is used for managing the OONI infrastructure as code.
[oonidevops_user]
aws_access_key_id = YYYY
aws_secret_access_key = ZZZ
region = eu-central-1
[oonidevops_user_dev]
role_arn = arn:aws:iam::905418398257:role/oonidevops
source_profile = oonidevops_user
region = eu-central-1
[oonidevops_user_prod]
role_arn = arn:aws:iam::471112720364:role/oonidevops
source_profile = oonidevops_user
region = eu-central-1
```

Where you replace OONI_ORG_ID with the ID of the ORG you are deploying to (dev,
Expand Down

0 comments on commit eb17370

Please sign in to comment.