Skip to content

Commit c06206a

Browse files
committed
Add default org in setup file
1 parent e32e8f8 commit c06206a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/patterns/configure_ec2/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ controller_templates:
2929
project: AWS Operations / Configure EC2 Instance Pattern Project
3030
playbook: extensions/patterns/configure_ec2/playbooks/create_ec2_instance.yml
3131
job_type: run
32-
organization: "{{ organization }}"
32+
organization: "{{ organization | default('Default') }}"
3333
labels:
3434
- cloud.aws_ops
3535
- configure_ec2_pattern
@@ -46,7 +46,7 @@ controller_templates:
4646
project: AWS Operations / Configure EC2 Instance Pattern Project
4747
playbook: extensions/patterns/configure_ec2/playbooks/terminate_ec2_instance.yml
4848
job_type: run
49-
organization: "{{ organization }}"
49+
organization: "{{ organization | default('Default') }}"
5050
labels:
5151
- cloud.aws_ops
5252
- configure_ec2_pattern

0 commit comments

Comments
 (0)