auto-delete root volume at ec2 destroy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b067186e30
commit
711165890d
@ -79,6 +79,9 @@ local PipelineNotifications = {
|
||||
os: "linux",
|
||||
arch: "amd64",
|
||||
},
|
||||
clone: {
|
||||
disable: true,
|
||||
},
|
||||
steps: [
|
||||
{
|
||||
name: "matrix",
|
||||
|
@ -85,6 +85,9 @@ platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: matrix
|
||||
image: plugins/matrix
|
||||
|
@ -72,6 +72,11 @@
|
||||
exact_count: 1
|
||||
count_tag:
|
||||
instance: "{{ item.name }}"
|
||||
volumes:
|
||||
- device_name: /dev/sda1
|
||||
volume_type: gp2
|
||||
volume_size: 8
|
||||
delete_on_termination: yes
|
||||
register: server
|
||||
with_items: "{{ molecule_yml.platforms }}"
|
||||
async: 7200
|
||||
|
Loading…
Reference in New Issue
Block a user