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
Error: Invalid resource type
on terraform_plugin_test.tf line 77, in resource "google_network_security_server_tls_policy" "server_tls_policy":
77: resource "google_network_security_server_tls_policy" "server_tls_policy" {
The provider hashicorp/google does not support resource type
This was broken in GoogleCloudPlatform/magic-modules#11198. google_network_security_client_tls_policy is only present in the beta provider, so this functionality should only be tested for the beta provider. Should the field that was added to the update test even be present in the GA provider?
Alternatively, if this functionality is no longer in beta, this test could be resolved by promoting google_network_security_server_tls_policy to the GA provider.
Impacted tests
Affected Resource(s)
Failure rates
Message(s)
This was broken in GoogleCloudPlatform/magic-modules#11198. google_network_security_client_tls_policy is only present in the beta provider, so this functionality should only be tested for the beta provider. Should the field that was added to the update test even be present in the GA provider?
Alternatively, if this functionality is no longer in beta, this test could be resolved by promoting
google_network_security_server_tls_policy
to the GA provider.Nightly build test history
b/358639564
The text was updated successfully, but these errors were encountered: