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
returnfmt.Errorf("failed to get provider names: %w", err)
67
+
}
68
+
69
+
for_, providerName:=rangeproviderNames {
70
+
ifslices.Contains(pluginNames, providerName) {
71
+
log.Warn().Str("plugin", providerName).Str("name", providerName).Msgf("plugin exists with the same name as a provider: %s, this might cause duplicate providers in the generated Terraform code", providerName)
0 commit comments