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): Creating Remote Control Plane Clusters is no longer supported #19078

Open melinath opened 2 months ago

melinath commented 2 months ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

 Error: Error creating Cluster: googleapi: Error 400: Creating Remote Control Plane Clusters is no longer supported. If required, please contact support: invalid argument

The test should be updated to no longer create unsupported resources (or to create them in the correct way if there's an alternative method.)

Nightly build test history

b/358666502

wyardley commented 1 week ago
  control_plane {
    local {
      shared_deployment_policy = "ALLOWED"
    }
  }

If it helps, an empty control_plane.local block results in the same error, and a config like the above results in at least getting to a different error that's probably specific to me not having some other stuff needed setup.

Maybe the remote field of control_plane should also be disabled.