-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the fields to google_compute_network_peering_routes_config #11573
Add the fields to google_compute_network_peering_routes_config #11573
Comments
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. |
…ashicorp#11573) Co-authored-by: Stephen Lewis (Burrows) <[email protected]> [upstream:bba168c53a1cd6c79cc2799da4a9878ca97778fb] Signed-off-by: Modular Magician <[email protected]>
…11573) (#19320) [upstream:bba168c53a1cd6c79cc2799da4a9878ca97778fb] Signed-off-by: Modular Magician <[email protected]>
…11573) (#19320) [upstream:bba168c53a1cd6c79cc2799da4a9878ca97778fb] Signed-off-by: Modular Magician <[email protected]>
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)
b/374161637
The text was updated successfully, but these errors were encountered: