Skip to content

v0.19.0-rc1 Update AWS config to fix SSO login

Pre-release
Pre-release

Choose a tag to compare

@Nuru Nuru released this 09 Mar 07:30
· 20 commits to main since this release
0.19.0-rc1
87e804a
Update AWS config to fix SSO login @petrzjunior (#53)

what

  • update aws/aws-sdk-go-v2/config and aws/aws-sdk-go-v2/credentials to the newest versions

why

  • old version does not allow SSO login to AWS and crashes, see #52

Error: error configuring Terraform AWS Provider: loading configuration: profile "profile" is configured to use SSO but is missing required configuration: sso_region, sso_start_url

references

P.S. This is my first ever Go PR, feel free to correct me. This is currently a blocking issue for me so I am trying to push it.