Skip to content

Commit 305a7ff

Browse files
authored
Updated Application tag to say Qlik (#2530)
1 parent ae1e03a commit 305a7ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/modules/qlik-sense-server/13-aws-ec2-pre-prod.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ locals {
33
ec2_tags = {
44
BackupPolicy = title(var.environment)
55
Name = "${var.identifier_prefix}-qlik-sense-restore-5"
6+
Application = "Qlik"
67
}
78

89
backup_ami_id_to_restore = "ami-0f8326f5836b5ff3a"
910
ec2_tags_for_restore = {
1011
BackupPolicy = title(var.environment)
1112
Name = "${var.identifier_prefix}-qlik-sense-restore-8"
13+
Application = "Qlik"
1214
}
1315
}
1416

0 commit comments

Comments
 (0)