Skip to content

Commit 0cc8a5b

Browse files
authored
Add cleanup in post demo section (#226)
1 parent b47383f commit 0cc8a5b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

demo/provistion-azure-vm/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,18 @@ Enter 'yes' to confirm
5757
- Now you can go to Azure Portal to verify your VM: https://portal.azure.com/#home
5858
- Or ping the Public IP shown in the console
5959

60-
## Destroy Terraform
61-
60+
## Cleanup
61+
Destroy the resources with terraform if they are not used anymore:
6262
```bash
6363
# In devops-toolkit contaienr env
6464
terraform destroy
6565
```
6666

67+
And also remove the demo docker container with this command:
68+
```bash
69+
devops-toolkit-cli cleanup demo_azure_tf
70+
```
71+
6772
## Conclusion
6873

6974
You can see that in just a few steps, you can use Terraform to provision the Azure VM without install terraform on the host machine!

0 commit comments

Comments
 (0)