Skip to content

Commit 7f015dd

Browse files
committed
update readme
1 parent b63853c commit 7f015dd

File tree

2 files changed

+11
-3
lines changed
  • quickstart
    • 201-machine-learning-moderately-secure
    • 202-machine-learning-moderately-secure-existing-VNet

2 files changed

+11
-3
lines changed

quickstart/201-machine-learning-moderately-secure/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ This configuration describes the minimal set of resources you require to get sta
4646
```bash
4747
terraform 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

5155
terraform apply "demo.tfplan"
5256
```

quickstart/202-machine-learning-moderately-secure-existing-VNet/readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5959
terraform 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

6367
terraform apply "demo.tfplan"
6468
```

0 commit comments

Comments
 (0)