include var

This commit is contained in:
Dennis Eikelenboom 2021-09-29 14:01:30 -07:00
parent 7f015dd153
commit 2f2199f204
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ terraform init
terraform plan \ terraform plan \
-var name=azureml567 \ -var name=azureml567 \
-var environment=dev \ -var environment=dev \
-var <for a full list of variables and default values, see 'Variables'> \ # -var <for a full list of variables and default values, see 'Variables'> \
-out demo.tfplan -out demo.tfplan
terraform apply "demo.tfplan" terraform apply "demo.tfplan"

View File

@ -61,7 +61,7 @@ terraform init
terraform plan \ terraform plan \
-var name=azureml567 \ -var name=azureml567 \
-var environment=dev \ -var environment=dev \
-var <for a full list of variables and default values, see 'Variables'> \ # -var <for a full list of variables and default values, see 'Variables'> \
-out demo.tfplan -out demo.tfplan
terraform apply "demo.tfplan" terraform apply "demo.tfplan"