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
While generating code for the hashicorp/google:5.12.0 it generated a package called google_network_management_connectivity_test based on the resource in the provider.
This is treated as test code and causes compile errors. There is not really an easy fix to this, the short-term thing would simply be to not generate Go code for resources ending with _test or changing the package name to something not _test.
The text was updated successfully, but these errors were encountered:
While generating code for the
hashicorp/google:5.12.0
it generated a package calledgoogle_network_management_connectivity_test
based on the resource in the provider.This is treated as test code and causes compile errors. There is not really an easy fix to this, the short-term thing would simply be to not generate Go code for resources ending with
_test
or changing the package name to something not_test
.The text was updated successfully, but these errors were encountered: