Commit b76684f4 by arbabnazar

delete the sandbox volume on termination

parent cf7d1e40
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
region: "{{ region }}" region: "{{ region }}"
instance_tags: "{{ instance_tags }}" instance_tags: "{{ instance_tags }}"
volumes: volumes:
- device_name: /dev/sda - device_name: /dev/sda1
volume_size: "{{ root_ebs_size }}" volume_size: "{{ root_ebs_size }}"
delete_on_termination: true delete_on_termination: true
zone: "{{ zone }}" zone: "{{ zone }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment