From e664dcbe27ffa26765a8483533a6b6c7119dd0d1 Mon Sep 17 00:00:00 2001 From: ikolele <156945821+ikolele@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:26:34 -0300 Subject: [PATCH] Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 70d4d71..79da220 100644 --- a/variables.tf +++ b/variables.tf @@ -10,5 +10,5 @@ variable "aws_type" { variable "aws_ami" { description = "AWS ami" - default = "ami-022661f8a4a1b91cf" + default = "ami-00ca32bbc84273381" }