From 793d851873a9e7a46b159aa505c3e847bf89a5c8 Mon Sep 17 00:00:00 2001 From: Helen Bailey Date: Fri, 13 Dec 2024 15:09:38 -0500 Subject: [PATCH] Update terminate survey --- .../configure_ec2/template_surveys/terminate_ec2_instance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/patterns/configure_ec2/template_surveys/terminate_ec2_instance.yml b/extensions/patterns/configure_ec2/template_surveys/terminate_ec2_instance.yml index 0678b4ee..29be7dda 100644 --- a/extensions/patterns/configure_ec2/template_surveys/terminate_ec2_instance.yml +++ b/extensions/patterns/configure_ec2/template_surveys/terminate_ec2_instance.yml @@ -16,7 +16,7 @@ spec: - type: text question_name: Key Pair Name - question_description: Name of key pair for instance, include to delete key pair created with other instance resources. Defaults to '{{ instance_name }}-key' + question_description: Name of key pair for instance, include to delete key pair created with other instance resources. variable: key_name required: false