learn-terraform-modules-use icon indicating copy to clipboard operation
learn-terraform-modules-use copied to clipboard

Can't run locally using AWS SSO / Identity Center temporally credentials

Open lgvo opened this issue 1 year ago • 2 comments

I'm having issues to run the tutorial with the locally (Terraform Community Edition), looks like the module is getting lost when using AWS SSO / Identity Center temporally credentials.

Updating the modules and providers fixed the issue, but there is not public ids by default after the update, I don't think it should be a issue, maybe just output the instance ids instead.

Planning failed. Terraform encountered an error while generating this plan.

╷
│ Error: configuring Terraform AWS Provider: loading configuration: profile "default" is configured to use SSO but is missing required configuration: sso_region, sso_start_url
│ 
│   with provider["registry.terraform.io/hashicorp/aws"],
│   on main.tf line 4, in provider "aws":
│    4: provider "aws" {
│ 
╵

lgvo avatar Feb 17 '24 19:02 lgvo