We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2580af commit f4ade5bCopy full SHA for f4ade5b
src/utils/questions.ts
@@ -17,7 +17,7 @@ export const getProviderQuestion: ListQuestion[] = [
17
type: 'list',
18
name: 'provider',
19
message: 'Which cloud provider would you like to use?',
20
- choices: ['aws', 'azure', 'gcp', 'k8s'],
+ choices: ['aws', 'azure', 'gcp', 'k8s', 'tencent'],
21
},
22
]
23
0 commit comments