Skip to content

Commit 2150420

Browse files
committed
Never require key_name for destruction
1 parent 6e6060e commit 2150420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
MaxSize: 8
5151
DesiredCapacity: 0
5252
MinSize: 0
53-
KeyName: '{{ key_name }}'
53+
KeyName: '{{ key_name | default("") }}'
5454
- ecs_service:
5555
state: absent
5656
cluster: "{{ cloudformation['static-ecs-cluster'].stack_outputs.Cluster }}"

0 commit comments

Comments
 (0)