Skip to content

Commit

Permalink
updating backup amis (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
LBH-wgreeff authored Oct 31, 2024
1 parent 6877b29 commit 9b8a864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/modules/qlik-sense-server/13-aws-ec2-pre-prod.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
locals {
backup_ami_id = "ami-0b08cd4ad0a6162e3"
backup_ami_id = "ami-0e95b4a1bb30870c9"
ec2_tags = {
BackupPolicy = title(var.environment)
Name = "${var.identifier_prefix}-qlik-sense-restore-old"
Name = "${var.identifier_prefix}-qlik-sense-restore-5"
}

backup_ami_id_to_restore = "ami-0462df3547bccd38d"
backup_ami_id_to_restore = "ami-0e95b4a1bb30870c9"
ec2_tags_for_restore = {
BackupPolicy = title(var.environment)
Name = "${var.identifier_prefix}-qlik-sense-restore"
Name = "${var.identifier_prefix}-qlik-sense-restore-6"
}
}

Expand Down

0 comments on commit 9b8a864

Please sign in to comment.