Skip to content

Commit 837cc3f

Browse files
authored
Testing dr qlik (#1962)
* updating backup amis * Run workflow * run workflow * fixing tag issue
1 parent 9fa215d commit 837cc3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

terraform/modules/qlik-sense-server/03-input-derived.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data "aws_caller_identity" "current" {}
44
data "aws_instance" "qlik-sense-aws-instance" {
55
filter {
66
name = "tag:Name"
7-
values = var.is_production_environment ? ["Qlik Migration ${upper(var.environment)}"] : ["dataplatform-stg-qlik-sense-restore"]
7+
values = var.is_production_environment ? ["Qlik Migration ${upper(var.environment)}"] : ["dataplatform-stg-qlik-sense-restore-5"]
88
}
99
}
1010

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ locals {
99
ec2_tags_for_restore = {
1010
BackupPolicy = title(var.environment)
1111
Name = "${var.identifier_prefix}-qlik-sense-restore-7"
12-
1312
}
1413
}
1514

0 commit comments

Comments
 (0)