terraform-provider-google icon indicating copy to clipboard operation
terraform-provider-google copied to clipboard

Add the fields to google_compute_network_peering_routes_config

Open puerta-amarilla opened this issue 3 years ago • 5 comments

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

puerta-amarilla avatar Apr 24 '22 18:04 puerta-amarilla

jfyi, this is needed to transliterate the article "Accessing private Google Kubernetes Engine clusters with Cloud Build private pools" into Terraform.

maguro avatar Nov 05 '22 17:11 maguro

b/263711721

AarshDhokai avatar Dec 26 '22 12:12 AarshDhokai

b/353425623

benjamin-maynard avatar Jul 23 '24 08:07 benjamin-maynard

Currently both arguments are available and working:

ggtisc avatar Aug 15 '24 01:08 ggtisc

@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.

benjamin-maynard avatar Aug 15 '24 06:08 benjamin-maynard

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.

github-actions[bot] avatar Mar 16 '25 02:03 github-actions[bot]