eotk: pin version of module

This commit is contained in:
Iain Learmonth 2022-04-25 13:04:06 +01:00
parent b742bccbfa
commit b189aa8efd

View file

@ -40,10 +40,12 @@ class EotkAutomation(BaseAutomation):
aws.second_region = aws.second_region aws.second_region = aws.second_region
} }
source = "sr2c/eotk/aws" source = "sr2c/eotk/aws"
version = "0.0.2"
namespace = "{{ global_namespace }}" namespace = "{{ global_namespace }}"
tenant = "{{ group.group_name }}" tenant = "{{ group.group_name }}"
name = "eotk" name = "eotk"
label_order = ["namespace", "tenant", "name", "attributes"] label_order = ["namespace", "tenant", "name", "attributes"]
disable_api_termination = true
} }
{% endfor %} {% endfor %}
""" """