diff --git a/app/terraform/eotk.py b/app/terraform/eotk.py index 472acb4..07edf8a 100644 --- a/app/terraform/eotk.py +++ b/app/terraform/eotk.py @@ -40,10 +40,12 @@ class EotkAutomation(BaseAutomation): aws.second_region = aws.second_region } source = "sr2c/eotk/aws" + version = "0.0.2" namespace = "{{ global_namespace }}" tenant = "{{ group.group_name }}" name = "eotk" label_order = ["namespace", "tenant", "name", "attributes"] + disable_api_termination = true } {% endfor %} """