fixed -out syntax

This commit is contained in:
Scott Nowicki 2017-04-19 18:44:55 -05:00
parent 42b4ddc737
commit f52b7a9d85
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ terraform plan \
-var 'admin_password='$KEY \
-var 'admin_username='$KEY \
-var 'resource_group='$KEY
-out ./out.tfplan
-out=out.tfplan
terraform apply ./out.tfplan
terraform apply out.tfplan
# TODO: determine external validation, possibly Azure CLI