Terraform Notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with " nuke a module and all of it's bits: terraform plan -destroy -target=module.compute.module.softnas") |
No edit summary |
||
Line 3: | Line 3: | ||
terraform plan -destroy -target=module.compute.module.softnas | terraform plan -destroy -target=module.compute.module.softnas | ||
a little script to clean up graphs: [[Cleandot]] |
Revision as of 16:15, 3 October 2016
nuke a module and all of it's bits:
terraform plan -destroy -target=module.compute.module.softnas
a little script to clean up graphs: Cleandot