We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa215d commit 837cc3fCopy full SHA for 837cc3f
terraform/modules/qlik-sense-server/03-input-derived.tf
@@ -4,7 +4,7 @@ data "aws_caller_identity" "current" {}
4
data "aws_instance" "qlik-sense-aws-instance" {
5
filter {
6
name = "tag:Name"
7
- values = var.is_production_environment ? ["Qlik Migration ${upper(var.environment)}"] : ["dataplatform-stg-qlik-sense-restore"]
+ values = var.is_production_environment ? ["Qlik Migration ${upper(var.environment)}"] : ["dataplatform-stg-qlik-sense-restore-5"]
8
}
9
10
terraform/modules/qlik-sense-server/13-aws-ec2-pre-prod.tf
@@ -9,7 +9,6 @@ locals {
ec2_tags_for_restore = {
BackupPolicy = title(var.environment)
11
Name = "${var.identifier_prefix}-qlik-sense-restore-7"
12
-
13
14
15
0 commit comments