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
Initial issue: https://github.com/terraform-providers/terraform-provider-openstack/issues/638
There is no way to explicitly set the auth method. v2auth and v3auth funcs override already defined auth opts from the environment variables.
v2auth
v3auth
There are multiple solutions to resolve this issue.
EnvPrefix
string
*string
EnvOverride
ClientOpts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Initial issue: https://github.com/terraform-providers/terraform-provider-openstack/issues/638
There is no way to explicitly set the auth method.
v2auth
andv3auth
funcs override already defined auth opts from the environment variables.There are multiple solutions to resolve this issue.
EnvPrefix
type fromstring
to*string
and allow defining an empty prefix. This will allow to specify options from env variables with no prefix.EnvOverride
bool option intoClientOpts
.The text was updated successfully, but these errors were encountered: