File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extensions/patterns/configure_ec2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments