Skip to content

Commit

Permalink
run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LBH-wgreeff committed Oct 31, 2024
1 parent c3caaa6 commit dc2d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 @@ -8,7 +8,7 @@ locals {
backup_ami_id_to_restore = "ami-0e95b4a1bb30870c9"
ec2_tags_for_restore = {
BackupPolicy = title(var.environment)
Name = "${var.identifier_prefix}-qlik-sense-restore-6"
Name = "${var.identifier_prefix}-qlik-sense-restore-7"
}
}

Expand Down

0 comments on commit dc2d0c0

Please sign in to comment.