Andrey Grеbеnkоv
Andrey Grеbеnkоv
@xnuinside thank you for replay! I expected that stdout will be the same as output without --no-dump or with -t parameter. I use stdout as far I need specify another...
> Hi @andy65535! > > To replicate this issue we need the source code of your module `terraform-google-modules/network/google` and all other things that we don't have access to. If you...
ok. I rewrote TF code without modules: ``` resource "google_compute_network" "vpc_test_network" { project = var.gcp_project_id name = "vpc-test-network" routing_mode = "GLOBAL" auto_create_subnetworks = "false" } resource "google_compute_subnetwork" "network-with-private-secondary-ip-ranges" { name...
I created the filter expression by analogy with the working expression from documentation "has(dest_vpc.vpc_name)". I attached screenshot of log from Logs Explorer where you can see these fields underlined in...
Google fixed this in scope of Case 3154088. Now it works. This issue can be closed.