cli: remove debug env check for AWS (#460)

This commit is contained in:
3u13r 2022-11-04 15:31:51 +01:00 committed by GitHub
parent cf36b85ff9
commit 309a4b5196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 37 deletions

View file

@ -26,7 +26,6 @@ func newConfigGenerateCmd() *cobra.Command {
Args: cobra.MatchAll(
cobra.ExactArgs(1),
isCloudProvider(0),
warnAWS(0),
),
ValidArgsFunction: generateCompletion,
RunE: runConfigGenerate,