Skip to content

Commit

Permalink
Testing dr qlik (#1962)
Browse files Browse the repository at this point in the history
* updating  backup amis

* Run workflow

* run workflow

* fixing tag issue
  • Loading branch information
LBH-wgreeff authored Nov 1, 2024
1 parent 9fa215d commit 837cc3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion terraform/modules/qlik-sense-server/13-aws-ec2-pre-prod.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ locals {
ec2_tags_for_restore = {
BackupPolicy = title(var.environment)
Name = "${var.identifier_prefix}-qlik-sense-restore-7"

}
}

Expand Down

0 comments on commit 837cc3f

Please sign in to comment.