Skip to content

Commit

Permalink
Use AWS 2.18.0 AMI as base (#572)
Browse files Browse the repository at this point in the history
feat: use AWS 2.18.0 AMI as base
  • Loading branch information
dacorvo authored Apr 22, 2024
1 parent 02c3497 commit 8289e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/ami/hcl2-files/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "instance_type" {
}

variable "source_ami" {
default = "ami-0da38db779978a5f7"
default = "ami-0274e546d67626305"
description = "Base Image"
type = string
/*
Expand Down

0 comments on commit 8289e68

Please sign in to comment.