feat(infra): Update AWS AMIs
[csit.git] / fdio.infra.terraform / terraform-aws-1n-aws-c5n / variables.tf
index 181eed6..9d6eba6 100644 (file)
@@ -50,7 +50,7 @@ variable "placement_group_strategy" {
 variable "tg_ami" {
   description = "AMI to use for the instance."
   type        = string
-  default     = "ami-0c2d02d48236a23dd"
+  default     = "ami-01d1d62914ef00b25"
 }
 
 variable "tg_associate_public_ip_address" {