Skip to content

Commit

Permalink
chore: updating ec2 ami
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 8, 2024
1 parent ac1a6fa commit 07efe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/backend/ec2-jumpbox.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
variable "ec2_instance_ami" {
description = "Instance image forEC2"
type = string
default = "ami-092e716d46cd65cac"
default = "ami-04b23f719ebd1fc6c"
}

variable "ec2_instance_type" {
Expand Down

0 comments on commit 07efe3a

Please sign in to comment.