mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
Update from review feedback.
Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>
This commit is contained in:
parent
e64b60b41c
commit
3536bbbe7d
1 changed files with 1 additions and 1 deletions
|
@ -77,4 +77,4 @@
|
||||||
{% if _use_existing_eip.user_input is defined and _algo_region.user_input != "" %}
|
{% if _use_existing_eip.user_input is defined and _algo_region.user_input != "" %}
|
||||||
{{ available_eip_addresses[_use_existing_eip.user_input | int -1 ]['allocation_id'] }}
|
{{ available_eip_addresses[_use_existing_eip.user_input | int -1 ]['allocation_id'] }}
|
||||||
{%- else %}{% endif %}
|
{%- else %}{% endif %}
|
||||||
when: use_existing_eip is undefined
|
when: use_existing_eip
|
||||||
|
|
Loading…
Add table
Reference in a new issue