Skip to content

Commit

Permalink
fixing tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LBH-wgreeff committed Nov 1, 2024
1 parent dc2d0c0 commit c57ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/qlik-sense-server/03-input-derived.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "aws_caller_identity" "current" {}
data "aws_instance" "qlik-sense-aws-instance" {
filter {
name = "tag:Name"
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"]
}
}

Expand Down

0 comments on commit c57ec7b

Please sign in to comment.