fix(eotk): properly tag the EOTK resources for the SSO permissions to work
This commit is contained in:
parent
e0af68f431
commit
f4662fae27
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue