You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
What went wrong:
When using AWS as the cloud provider for creating a cluster, then using the credentials from environment variables doesn't work. The options access_key_id and secret_access_key are required and Terraform complains, when they are not present in the cloud provider config. When specifying those options with empty strings or bogus values, then those values overwrite the values taken from the environment variables and cluster creation fails. Only providing the credentials directly via the Terraform config parameters access_key_id and secret_access_key worked (either directly as strings or passed via variables).
Expected behavior:
I would expect to be able to leave out the access_key_id and secret_access_key when using environment variables to provide the credentials. The behavior that the specified options within the Terraform config override the values from the environment variables was expected behavior and I just tried it out since Terraform complained when leaving out those items from the config.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What went wrong:
When using AWS as the cloud provider for creating a cluster, then using the credentials from environment variables doesn't work. The options
access_key_id
andsecret_access_key
are required and Terraform complains, when they are not present in the cloud provider config. When specifying those options with empty strings or bogus values, then those values overwrite the values taken from the environment variables and cluster creation fails. Only providing the credentials directly via the Terraform config parametersaccess_key_id
andsecret_access_key
worked (either directly as strings or passed via variables).Expected behavior:
I would expect to be able to leave out the
access_key_id
andsecret_access_key
when using environment variables to provide the credentials. The behavior that the specified options within the Terraform config override the values from the environment variables was expected behavior and I just tried it out since Terraform complained when leaving out those items from the config.The text was updated successfully, but these errors were encountered: