Skip to content

Commit

Permalink
fix: ami id
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 8, 2024
1 parent 07efe3a commit 2ba95b9
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-04b23f719ebd1fc6c"
default = "ami-046d18c147c36bef1"
}

variable "ec2_instance_type" {
Expand Down

0 comments on commit 2ba95b9

Please sign in to comment.