Skip to content

Commit cdb37f4

Browse files
authored
Merge pull request #5 from craine-io/update-ami-id-to-ami-0b0ea68c435eb488d
Update default AMI ID in variables.tf
2 parents 68eeddf + 9789247 commit cdb37f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "subnet_cidr" {
2020
variable "ami_id" {
2121
description = "AMI ID for the EC2 instance"
2222
type = string
23-
default = "ami-0c55b159cbfafe1f0" # Example Amazon Linux 2 AMI
23+
default = "ami-0b0ea68c435eb488d" # Updated AMI ID
2424
}
2525

2626
variable "instance_type" {

0 commit comments

Comments
 (0)