Skip to content

Instantly share code, notes, and snippets.

@pb8226
Created April 30, 2018 21:39
Show Gist options
  • Save pb8226/30fb6aab680e34fabd3394bebbec351f to your computer and use it in GitHub Desktop.
Save pb8226/30fb6aab680e34fabd3394bebbec351f to your computer and use it in GitHub Desktop.
{
type: 'list',
name: 'terraform',
message: function (response) {
return getNumberedQuestion('Would you like to generate Terraform files?', true);
},
choices: [
{
value: 'yes',
name: 'Yes'
},
{
value: 'no',
name: 'No'
}
],
default: 'no'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment