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",
|
os: "linux",
|
||||||
arch: "amd64",
|
arch: "amd64",
|
||||||
},
|
},
|
||||||
|
clone: {
|
||||||
|
disable: true,
|
||||||
|
},
|
||||||
steps: [
|
steps: [
|
||||||
{
|
{
|
||||||
name: "matrix",
|
name: "matrix",
|
||||||
|
@ -85,6 +85,9 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: matrix
|
- name: matrix
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
|
@ -72,6 +72,11 @@
|
|||||||
exact_count: 1
|
exact_count: 1
|
||||||
count_tag:
|
count_tag:
|
||||||
instance: "{{ item.name }}"
|
instance: "{{ item.name }}"
|
||||||
|
volumes:
|
||||||
|
- device_name: /dev/sda1
|
||||||
|
volume_type: gp2
|
||||||
|
volume_size: 8
|
||||||
|
delete_on_termination: yes
|
||||||
register: server
|
register: server
|
||||||
with_items: "{{ molecule_yml.platforms }}"
|
with_items: "{{ molecule_yml.platforms }}"
|
||||||
async: 7200
|
async: 7200
|
||||||
|
Loading…
Reference in New Issue
Block a user