Skip to content

Commit

Permalink
Update credentials setup in terraform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais authored Jan 8, 2025
1 parent 37ddd38 commit cd96be7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ Terraform is used for managing the OONI infrastructure as code.

```
[oonidevops_user]
aws_access_key_id = XXXX
aws_secret_access_key = YYYY
role_arn = arn:aws:iam::OONI_ORG_ID:role/oonidevops
aws_access_key_id = YYYY
aws_secret_access_key = ZZZ
[oonidevops_user_dev]
role_arn = arn:aws:iam::905418398257:role/oonidevops
source_profile = oonidevops_user
[oonidevops_user_prod]
role_arn = arn:aws:iam::471112720364:role/oonidevops
source_profile = oonidevops_user
```

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

0 comments on commit cd96be7

Please sign in to comment.