From 7566d9fe1ff86a7dab3de09f9477e50d60a12dfc Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 24 Oct 2022 12:11:36 +0000 Subject: fix(packer): AWS images Signed-off-by: pmikus Change-Id: Ia725b895eab531f106ebf4919a0fc455447b5d9a --- fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fdio.infra.terraform/terraform-aws-1n-aws-c5n') diff --git a/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf b/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf index 621d13f828..3efafc6ce4 100644 --- a/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf @@ -38,7 +38,7 @@ variable "placement_group_strategy" { variable "tg_ami" { description = "AMI to use for the instance." type = string - default = "ami-0efad29ce9816d10f" + default = "ami-095fecdfcd0bf387d" } variable "tg_associate_public_ip_address" { -- cgit 1.2.3-korg