hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.33k stars 1.73k forks source link

Failing test(s): TestAccComputeTargetHttpsProxy_update #19070

Closed melinath closed 3 hours ago

melinath commented 2 months ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

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 https://github.com/GoogleCloudPlatform/magic-modules/pull/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

melinath commented 3 hours ago

Looks like this was resolved by https://github.com/GoogleCloudPlatform/magic-modules/pull/11538