From c932733f5070b1f4259bf23317e92654d5a4d237 Mon Sep 17 00:00:00 2001 From: Philipp Schmid <32632186+philschmid@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:54:31 +0100 Subject: [PATCH] Update variables.pkr.hcl --- infrastructure/ami/hcl2-files/variables.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/ami/hcl2-files/variables.pkr.hcl b/infrastructure/ami/hcl2-files/variables.pkr.hcl index 57e7214a8..cb77d333e 100644 --- a/infrastructure/ami/hcl2-files/variables.pkr.hcl +++ b/infrastructure/ami/hcl2-files/variables.pkr.hcl @@ -10,7 +10,7 @@ variable "instance_type" { } variable "source_ami" { - default = "ami-0fbea04d7389bcd4e" + default = "ami-0da38db779978a5f7" description = "Base Image" type = string /* @@ -51,4 +51,4 @@ variable "ami_regions" { default = ["eu-west-1"] description = "AWS regions to share AMI with" type = list(string) -} \ No newline at end of file +}