terraform-provider-google
terraform-provider-google copied to clipboard
Add the fields to google_compute_network_peering_routes_config
In resource google_compute_network_peering, there are two fields: export_subnet_routes_with_public_ip and import_subnet_routes_with_public_ip
But they are not available in the resource google_compute_network_peering_routes_config.
Affected Resource(s)
- google_compute_network_peering_routes_config
b/374161637
jfyi, this is needed to transliterate the article "Accessing private Google Kubernetes Engine clusters with Cloud Build private pools" into Terraform.
b/263711721
b/353425623
Currently both arguments are available and working:
@ggtisc This should be kept open. The request is to include this in the compute_network_peering_routes_config resource.
There are scenarios where the peering configuration is created by Google (such as Private Services Access) - but there is a need to adjust the routes config.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.