Skip to content
New issue

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

Provider does not work with AWS SSO #341

Open
benjefferies opened this issue Nov 8, 2023 · 0 comments
Open

Provider does not work with AWS SSO #341

benjefferies opened this issue Nov 8, 2023 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@benjefferies
Copy link

Describe the Bug

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

│ with provider["registry.terraform.io/cloudposse/awsutils"],
│ on provider.tf line 6, in provider "awsutils":
│ 6: provider "awsutils" {

Expected Behavior

Uses the AWS SSO configuration to load profile

Steps to Reproduce

  1. Setup an AWS account with IAM Identity Center enabled
  2. Configure profile locally https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/sso.html
  3. Use provider

Screenshots

No response

Environment

OSX
Terraform 1.6.3
Provider 0.18.1

Additional Context

Looks like terragrunt fixed this by bumping the AWS SDK version gruntwork-io/terragrunt@5c817c9

@benjefferies benjefferies added the bug 🐛 An issue with the system label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant