added missing \ to plan command

This commit is contained in:
Scott Nowicki 2017-04-19 18:56:12 -05:00
parent f52b7a9d85
commit 1d7d3f1b45
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ terraform plan \
-var 'dns_name='$KEY \
-var 'admin_password='$KEY \
-var 'admin_username='$KEY \
-var 'resource_group='$KEY
-var 'resource_group='$KEY \
-out=out.tfplan
terraform apply out.tfplan