mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Remove profile attribute from environment providers
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -12,7 +12,7 @@ terraform {
|
||||
key = "api.tfstate.demo"
|
||||
encrypt = "true"
|
||||
region = "us-gov-west-1"
|
||||
profile = "notify-terraform-backend"
|
||||
# profile = "notify-terraform-backend"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ terraform {
|
||||
key = "api.tfstate.prod"
|
||||
encrypt = "true"
|
||||
region = "us-gov-west-1"
|
||||
profile = "notify-terraform-backend"
|
||||
# profile = "notify-terraform-backend"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ terraform {
|
||||
key = "api.tfstate.sandbox"
|
||||
encrypt = "true"
|
||||
region = "us-gov-west-1"
|
||||
profile = "notify-terraform-backend"
|
||||
# profile = "notify-terraform-backend"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ terraform {
|
||||
key = "api.tfstate.stage"
|
||||
encrypt = "true"
|
||||
region = "us-gov-west-1"
|
||||
profile = "notify-terraform-backend"
|
||||
# profile = "notify-terraform-backend"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user