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.
Description
For
aws
provider, I had to create an actual IAM user with enabled programmatic access. To successfully runterraform plan
andterraform 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.