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.demo"
encrypt = "true"
region = "us-gov-west-1"
profile = "notify-terraform-backend"
# profile = "notify-terraform-backend"
}
}

View File

@@ -51,7 +51,7 @@ if [[ ! -s "secrets.auto.tfvars" ]]; then
fi
echo "Importing terraform state for $username"
terraform init
terraform init -upgrade
key_name=$username-api-dev-key

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"
}
}

View File

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

View File

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