Skip to content

Commit 65091bd

Browse files
committed
Usage instructions
1 parent 1c5286c commit 65091bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dynamic-template-output/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ To see this in action, review [main.tf](./main.tf), and see how it passes the `E
3333
To start, init and apply this terraform code:
3434

3535
```shell
36-
terraform init; terraform apply -auto-approve
36+
git clone https://github.com/RulerOf/terraform-code-examples.git
37+
cd terraform-code-examples/dynamic-template-output
38+
terraform init
39+
terraform apply -auto-approve
3740
```
3841

3942
Then observe the output:

0 commit comments

Comments
 (0)