Skip to content

Commit

Permalink
Add vpc_name to terminate survey
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Dec 6, 2024
1 parent 720bf96 commit 31ef843
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ spec:
question_description: Name of key pair for instance, include to delete key pair created with other instance resources. Defaults to '{{ instance_name }}-key'
variable: key_name
required: false

- type: text
question_name: VPC Name
question_description: Name of the VPC to delete, include to delete VPC and associated networking resources created for instance. Defaults to '{{instance_name}}-vpc'
variable: vpc_name
required: false

0 comments on commit 31ef843

Please sign in to comment.