We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47383f commit 0cc8a5bCopy full SHA for 0cc8a5b
demo/provistion-azure-vm/README.md
@@ -57,13 +57,18 @@ Enter 'yes' to confirm
57
- Now you can go to Azure Portal to verify your VM: https://portal.azure.com/#home
58
- Or ping the Public IP shown in the console
59
60
-## Destroy Terraform
61
-
+## Cleanup
+Destroy the resources with terraform if they are not used anymore:
62
```bash
63
# In devops-toolkit contaienr env
64
terraform destroy
65
```
66
67
+And also remove the demo docker container with this command:
68
+```bash
69
+devops-toolkit-cli cleanup demo_azure_tf
70
+```
71
+
72
## Conclusion
73
74
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