eotk: pin version of module
This commit is contained in:
parent
b742bccbfa
commit
b189aa8efd
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue