mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
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:
@@ -47,7 +47,7 @@ if [[ ! -s "secrets.auto.tfvars" ]]; then
|
||||
fi
|
||||
|
||||
echo "Importing terraform state for $username"
|
||||
terraform init
|
||||
terraform init -upgrade
|
||||
|
||||
key_name=$username-admin-dev-key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user