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 dc2d0c0 commit c57ec7bCopy full SHA for c57ec7b
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
0 commit comments