update readme
This commit is contained in:
parent
b63853c77b
commit
7f015dd153
@ -46,7 +46,11 @@ This configuration describes the minimal set of resources you require to get sta
|
|||||||
```bash
|
```bash
|
||||||
terraform init
|
terraform init
|
||||||
|
|
||||||
terraform plan -var name=azureml567 -out demo.tfplan
|
terraform plan \
|
||||||
|
-var name=azureml567 \
|
||||||
|
-var environment=dev \
|
||||||
|
-var <for a full list of variables and default values, see 'Variables'> \
|
||||||
|
-out demo.tfplan
|
||||||
|
|
||||||
terraform apply "demo.tfplan"
|
terraform apply "demo.tfplan"
|
||||||
```
|
```
|
||||||
|
@ -58,7 +58,11 @@ Please note that this template does not create Azure Private DNS zones. The assu
|
|||||||
```bash
|
```bash
|
||||||
terraform init
|
terraform init
|
||||||
|
|
||||||
terraform plan -var name=azureml567 -out demo.tfplan
|
terraform plan \
|
||||||
|
-var name=azureml567 \
|
||||||
|
-var environment=dev \
|
||||||
|
-var <for a full list of variables and default values, see 'Variables'> \
|
||||||
|
-out demo.tfplan
|
||||||
|
|
||||||
terraform apply "demo.tfplan"
|
terraform apply "demo.tfplan"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user