Skip to content

Commit f4ade5b

Browse files
author
Christopher Brandt
committed
feat(tencent): add tencent in provider list
1 parent e2580af commit f4ade5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/questions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const getProviderQuestion: ListQuestion[] = [
1717
type: 'list',
1818
name: 'provider',
1919
message: 'Which cloud provider would you like to use?',
20-
choices: ['aws', 'azure', 'gcp', 'k8s'],
20+
choices: ['aws', 'azure', 'gcp', 'k8s', 'tencent'],
2121
},
2222
]
2323

0 commit comments

Comments
 (0)