From f4662fae27ea0a7cba339a3c7dcb25236e2813dc Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Wed, 14 Dec 2022 10:27:48 +0000 Subject: [PATCH] fix(eotk): properly tag the EOTK resources for the SSO permissions to work --- app/terraform/eotk/aws.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/terraform/eotk/aws.py b/app/terraform/eotk/aws.py index 1eaaa70..f84ec03 100644 --- a/app/terraform/eotk/aws.py +++ b/app/terraform/eotk/aws.py @@ -63,6 +63,9 @@ class EotkAWSAutomation(TerraformAutomation): tenant = "{{ group.group_name }}" name = "eotk" label_order = ["namespace", "tenant", "name", "attributes"] + tags = { + "Application" = "EOTK" + } configuration_bundle = "{{ group.id }}.zip" }