File tree Expand file tree Collapse file tree
roles/filetree_create/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ controller_roles:
2020 projects:
2121{% elif (role |dict 2items )[0].value .resource_type is match ('credential' ) %}
2222 credentials:
23+ {% elif (role |dict 2items )[0].value .resource_type is match ('instance_group' ) %}
24+ instance_groups:
2325{% endif %}
2426{% for object_name in (role |dict 2items )[0].value .resource_names %}
2527 - "{{ object_name }}"
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ controller_roles:
2020 projects:
2121{% elif (role |dict 2items )[0].value .resource_type is match ('credential' ) %}
2222 credentials:
23+ {% elif (role |dict 2items )[0].value .resource_type is match ('instance_group' ) %}
24+ instance_groups:
2325{% endif %}
2426{% for object_name in (role |dict 2items )[0].value .resource_names %}
2527 - "{{ object_name }}"
You can’t perform that action at this time.
0 commit comments