Meu código está desse jeito:
provider "aws" {
  profile = "json"
  region  = "us-east-1b"
  access_key = "?"
  secret_key = "?"
}Pórem aparece a seguinte mensagem: Error: error configuring Terraform AWS Provider: failed to get shared config profile, json │ │ with provider["registry.terraform.io/hashicorp/aws"], │ on main.tf line 12, in provider "aws": │ 12: provider "aws" { │
 
            