Remove profile attribute from environment providers

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-01-30 10:35:27 -05:00
parent 033f439313
commit b63130c1ba
5 changed files with 5 additions and 5 deletions

View File

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