Skip to content

Commit 26de003

Browse files
author
Christopher Brandt
authored
Merge pull request #81 from cloudgraphdev/feature/CG-1137
feat(tencent): add tencent in provider list
2 parents e2580af + f4ade5b commit 26de003

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)