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
│ 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
Setup an AWS account with IAM Identity Center enabled
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
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
The text was updated successfully, but these errors were encountered: