From 27d330d6003f54580a9b2de5e4792524551bca5f Mon Sep 17 00:00:00 2001 From: Jeremy Collins Date: Thu, 14 Mar 2024 09:27:23 +0000 Subject: [PATCH] Update to Feb 2024 Windows AMI --- .../environments/performance-hub/application_variables.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/environments/performance-hub/application_variables.json b/terraform/environments/performance-hub/application_variables.json index 6768f01a691..6f138b2ccb2 100644 --- a/terraform/environments/performance-hub/application_variables.json +++ b/terraform/environments/performance-hub/application_variables.json @@ -2,7 +2,7 @@ "accounts": { "development": { "region": "eu-west-2", - "ami_image_id": "ami-06cdd5b44c17085ed", + "ami_image_id": "ami-0cf98f96c2bae561e", "instance_type": "t3.medium", "key_name": "performance-hub-ec2", "app_count": "1", @@ -31,7 +31,7 @@ }, "preproduction": { "region": "eu-west-2", - "ami_image_id": "ami-06cdd5b44c17085ed", + "ami_image_id": "ami-0cf98f96c2bae561e", "instance_type": "t3.medium", "key_name": "performance-hub-ec2", "app_count": "1", @@ -60,7 +60,7 @@ }, "production": { "region": "eu-west-2", - "ami_image_id": "ami-06cdd5b44c17085ed", + "ami_image_id": "ami-0cf98f96c2bae561e", "instance_type": "t3.medium", "key_name": "performance-hub-ec2", "app_count": "1",