You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setupLog.Info("Using v1 version of VPC ProviderID format")
203
+
setupLog.Info("Using v1 version of ProviderID format")
203
204
caseoptions.ProviderIDFormatV2:
204
-
setupLog.Info("Using v2 version of VPC ProviderID format")
205
+
setupLog.Info("Using v2 version of ProviderID format")
205
206
default:
206
207
returnfmt.Errorf("invalid value for flag provider-id-fmt: %s, Supported values: %s, %s ", options.ProviderIDFormat, options.ProviderIDFormatV1, options.ProviderIDFormatV2)
0 commit comments