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 f35799e commit 08c6e77Copy full SHA for 08c6e77
cmd/create/cluster/cmd.go
@@ -3028,6 +3028,7 @@ func run(cmd *cobra.Command, _ []string) {
3028
Question: "Additional Allowed Principal ARNs",
3029
Help: cmd.Flags().Lookup("additional-allowed-principals").Usage,
3030
Default: strings.Join(additionalAllowedPrincipals, ","),
3031
+ Required: isHcpSharedVpc,
3032
})
3033
if err != nil {
3034
r.Reporter.Errorf("Expected a valid value for Additional Allowed Principal ARNs: %s", err)
0 commit comments