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 +}