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",