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
Terraform v0.13.5 provider.spotinst: v1.27.0
According to the provider documentation, there is no way to establish which profile to use in case of using a credentials file.
An organization with several environments, each of them in a different account. The operator has a spotinst credentials file in its filesystem:
default: token: <redacted> account: <redacted> production: token: <redacted> account: <redacted>
It would be great to be able to establish the profile in use in the provider configuration.
Given the credentials file listed before, a provider could be configured the following way:
provider "spotinst" { profile = "production" }
The spotinst-sdk-go seems to already have support for profiles in credentials files.
The text was updated successfully, but these errors were encountered:
Same issue here in Terraform 0.13.6 & provider.spotinst 1.35.0 But there's no problem in Terraform 0.12.30 & provider.spotinst 1.27.0 🤔
Sorry, something went wrong.
sharadkesarwani
No branches or pull requests
Terraform and provider versions
Terraform v0.13.5
provider.spotinst: v1.27.0
Description
According to the provider documentation, there is no way to establish which profile to use in case of using a credentials file.
Use Cases
An organization with several environments, each of them in a different account. The operator has a spotinst credentials file in its filesystem:
It would be great to be able to establish the profile in use in the provider configuration.
Potential Terraform Configuration
Given the credentials file listed before, a provider could be configured the following way:
References
The spotinst-sdk-go seems to already have support for profiles in credentials files.
Community Note
The text was updated successfully, but these errors were encountered: