at0S / dev-tools

Common tools, to support development, in a single repo, backed by Terraform
MIT License
2 stars 1 forks source link

Strategy for using credentials within Terraform provider #5

Open at0S opened 4 years ago

at0S commented 4 years ago

Description

For aws provider, I had to create an actual IAM user with enabled programmatic access. To successfully run terraform plan and terraform apply, I put credentials into my ./aws/credentials in the [default] section. This is a very naive way to manage credentials. There might be better approaches with SSO and/or role-based access.