[installer] clean up some unused code

This commit is contained in:
Paul Schoenfelder 2018-04-27 11:54:20 -04:00
parent d937bdb4d5
commit 0748c77ff8
1 changed files with 0 additions and 4 deletions

View File

@ -318,10 +318,6 @@ EOF
else
# Now initialize the base workspace using the S3 backend
# This has the effect of migrating the local state to S3
#init_env=$(sed -r -e 's/^([^\s]*) = /TF_VAR_\1=/' backend.tfvars)
#for ev in $init_env; do
#export $ev
#done
terraform init -backend-config=backend.tfvars base
fi