We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68eeddf + 9789247 commit cdb37f4Copy full SHA for cdb37f4
variables.tf
@@ -20,7 +20,7 @@ variable "subnet_cidr" {
20
variable "ami_id" {
21
description = "AMI ID for the EC2 instance"
22
type = string
23
- default = "ami-0c55b159cbfafe1f0" # Example Amazon Linux 2 AMI
+ default = "ami-0b0ea68c435eb488d" # Updated AMI ID
24
}
25
26
variable "instance_type" {
0 commit comments