From 2ba95b97f30b4389d93c857572e15fd05be22156 Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Sat, 7 Dec 2024 22:03:01 -0800 Subject: [PATCH] fix: ami id --- infrastructure/backend/ec2-jumpbox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/backend/ec2-jumpbox.tf b/infrastructure/backend/ec2-jumpbox.tf index 3b1853e6..fc1556fa 100644 --- a/infrastructure/backend/ec2-jumpbox.tf +++ b/infrastructure/backend/ec2-jumpbox.tf @@ -5,7 +5,7 @@ locals { variable "ec2_instance_ami" { description = "Instance image forEC2" type = string - default = "ami-04b23f719ebd1fc6c" + default = "ami-046d18c147c36bef1" } variable "ec2_instance_type" {