Open keymon opened 1 year ago
The commonfate terraform provider uses the AWS credentials to get access to the commonfate API.
But does not allow to pass a profile to use, like AWS_PROFILE=....
AWS_PROFILE=...
Ideally, the provider should support a config profile = similar to the aws provider itself https://registry.terraform.io/providers/hashicorp/aws/latest/docs#profile
profile =
the workaround is to set the env var AWS_PROFILE=... before calling terraform
But cons:
Also, support for assume-role
assume-role
what?
The commonfate terraform provider uses the AWS credentials to get access to the commonfate API.
But does not allow to pass a profile to use, like
AWS_PROFILE=...
.Ideally, the provider should support a config
profile =
similar to the aws provider itself https://registry.terraform.io/providers/hashicorp/aws/latest/docs#profileworkaround
the workaround is to set the env var
AWS_PROFILE=...
before calling terraformBut cons: