https://github.com/sparkpost/tf-recreate-assume-role-bug
https://github.com/sparkpost/tf-recreate-assume-role-bug
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparkpost/tf-recreate-assume-role-bug
- Owner: SparkPost
- Created: 2021-08-20T00:37:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T00:43:44.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T11:48:52.257Z (over 1 year ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
To get started, copy example.secrets.tfvars to a file called secrets.auto.tfvars like so:
```
cp example.secrets.tfvars secrets.auto.tfvars
```
and fill in the assume role arn.
You'll also have to possibly change the bucket name since they're global.
you'll also have to add an entry to your ~/.aws/config file like so:
```
[profile some_profile]
region=us-west-2
output=json
```
and the same in the credentials file:
```
[some_profile]
aws_access_key_id=...
aws_secret_access_key=...
```