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
Currently in the aws provider inauth.tf the only way to authenticate is via the access_key and secret_key. Now when you use another authentication method it will not work.
Deleting the whole provider works but is not the preferred way.
Edit:
Even with the access_key and secret_key filled in i don't get it working, looks like the aws provider in auth.tf overwrites the one in my project.
The text was updated successfully, but these errors were encountered:
Hello. Thank you for opening this issue. I will check what's going here and see what other kind of authentication we can add to the module. Stay tunned.
Currently in the aws provider in
auth.tf
the only way to authenticate is via theaccess_key
andsecret_key
. Now when you use another authentication method it will not work.Deleting the whole provider works but is not the preferred way.
Edit:
Even with the
access_key
andsecret_key
filled in i don't get it working, looks like the aws provider inauth.tf
overwrites the one in my project.The text was updated successfully, but these errors were encountered: