File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
201-machine-learning-moderately-secure
202-machine-learning-moderately-secure-existing-VNet Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,11 @@ This configuration describes the minimal set of resources you require to get sta
4646``` bash
4747terraform init
4848
49- terraform plan -var name=azureml567 -out demo.tfplan
49+ terraform plan \
50+ -var name=azureml567 \
51+ -var environment=dev \
52+ -var < for a full list of variables and default values, see ' Variables' > \
53+ -out demo.tfplan
5054
5155terraform apply " demo.tfplan"
5256```
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Please note that this template does not create Azure Private DNS zones. The assu
3333| Name | Description | Default |
3434| -| -| -|
3535| name | Name of the deployment | - |
36- | environment | The deployment environment name (used for pre- and postfixing resource names) | dev |
36+ | environment | The deployment environment name (used for pre- and postfixing resource names) | dev |
3737| location | The Azure region used for deployments | East US |
3838| vnet_resource_group_name | Name of the existing VNet Resource Group | - |
3939| vnet_name | Name of the existing VNet | - |
@@ -58,7 +58,11 @@ Please note that this template does not create Azure Private DNS zones. The assu
5858``` bash
5959terraform init
6060
61- terraform plan -var name=azureml567 -out demo.tfplan
61+ terraform plan \
62+ -var name=azureml567 \
63+ -var environment=dev \
64+ -var < for a full list of variables and default values, see ' Variables' > \
65+ -out demo.tfplan
6266
6367terraform apply " demo.tfplan"
6468```
You can’t perform that action at this time.
0 commit comments