fix(eotk): properly tag the EOTK resources for the SSO permissions to work

This commit is contained in:
Iain Learmonth 2022-12-14 10:27:48 +00:00
parent e0af68f431
commit f4662fae27

View file

@ -63,6 +63,9 @@ class EotkAWSAutomation(TerraformAutomation):
tenant = "{{ group.group_name }}" tenant = "{{ group.group_name }}"
name = "eotk" name = "eotk"
label_order = ["namespace", "tenant", "name", "attributes"] label_order = ["namespace", "tenant", "name", "attributes"]
tags = {
"Application" = "EOTK"
}
configuration_bundle = "{{ group.id }}.zip" configuration_bundle = "{{ group.id }}.zip"
} }