In #2009 support for private_endpoint_subnetwork was added. The problem is that master_ipv4_cidr_block has a default value which leads to both being set which again leads to the following error:
Error: googleapi: Error 400: When masterIpv4Cidr is set, privateEndpointSubnetwork must be unset.
Expected behavior
If private_endpoint_subnetwork is set, master_ipv4_cidr_block should not be set on the underlying resource.
TL;DR
In #2009 support for
private_endpoint_subnetwork
was added. The problem is thatmaster_ipv4_cidr_block
has a default value which leads to both being set which again leads to the following error:Expected behavior
If
private_endpoint_subnetwork
is set,master_ipv4_cidr_block
should not be set on the underlying resource.Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response