Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
574n13y authored Dec 31, 2023
1 parent c11304c commit d237049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "instance_type" {
}
variable "ami_id" {
description = "AMI for Ubuntu Ec2 instance"
default = "ami-09a81b370b76de6a2"
default = "ami-07c589821f2b353aa"
}
variable "bucket_name" {
description = "The name of the S3 bucket to create"
Expand Down

0 comments on commit d237049

Please sign in to comment.