From 54511b1e9da3fb14e33752c4b52fa3396fb8d4ed Mon Sep 17 00:00:00 2001 From: Buckingham Date: Wed, 6 Dec 2023 10:05:26 +0000 Subject: [PATCH] Update_061223 --- terraform/environments/ppud/instances.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/ppud/instances.tf b/terraform/environments/ppud/instances.tf index 865c610508e..0c026563879 100644 --- a/terraform/environments/ppud/instances.tf +++ b/terraform/environments/ppud/instances.tf @@ -130,7 +130,7 @@ resource "aws_instance" "s609693lo6vw103" { resource "aws_instance" "s609693lo6vw110" { count = local.is-development == true ? 1 : 0 - ami = "ami-0d8e82a3d7fda95e0" + ami = "ami-0c261875f6ed81278" instance_type = "m5.large" source_dest_check = false iam_instance_profile = aws_iam_instance_profile.ec2_profile.id