...
Code Block |
---|
$ ssh -T ubuntu@188.115.7.131 -i ~/.ssh/id_rsa |
4.1. (Optional) Update Customization & Re-run
Note |
---|
Depending on the type of change you configure, resources could be updated in place, or destroyed an recreated. To avoid unexpected downtime or data loss, always review the changes planned by Terraform before approving them. |
...
Code Block |
---|
module.instance.openstack_networking_floatingip_v2.fip[0]: Destruction complete after 8s module.instance.openstack_blockstorage_volume_v3.instance_volume2[0]: Still destroying... [id=1201e3b3-0134-43a1-8ccc-85692ab76038, 00m10s elapsed] module.instance.openstack_blockstorage_volume_v3.instance_volume2[0]: Destruction complete after 10s Apply complete! Resources: 0 added, 0 changed, 4 destroyed. |
4.2. (Optional) Cleaning Up
Optional but recommended; cleaning up any unused infrastructure its a chore, sometimes time-consuming, but important nontheless.
...