We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
Also, support for assume-role
assume-role
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: