Remove the profile attribute entirely

This was what was apparently breaking our Terraform actions.  I traced this to an undocumented breaking change with the AWS provider; more details can be seen here: https://discuss.hashicorp.com/t/error-error-configuring-terraform-aws-provider-failed-to-get-shared-config-profile-default/39417/2

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-01-30 10:47:16 -05:00
parent b63130c1ba
commit 123b19d835
5 changed files with 2 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ terraform {
key = "api.tfstate.stage"
encrypt = "true"
region = "us-gov-west-1"
# profile = "notify-terraform-backend"
}
}