Pedro Lourenço

Results 6 comments of Pedro Lourenço

> Isn't the value of `var.egress_only_gateway` null? In Terraform, if null is given, the attribute will be treated as unspecified: https://www.terraform.io/docs/language/expressions/types.html#null Ok maybe that's it, I have the default value...

----------- Hello, this is what I have. I also have more resources on this terraform. ---------- ``` # google_compute_shared_vpc_host_project.host_project will be destroyed - resource "google_compute_shared_vpc_host_project" "host_project" { - id =...

Hi, @venkykuberan @MikiLoz92 Yes, on GCP GUI I can see the service project still attached: ![image](https://user-images.githubusercontent.com/64209266/80956374-05172f00-8df9-11ea-84ec-39cebf204096.png) I can detach without problems, via GUI: ![image](https://user-images.githubusercontent.com/64209266/80956418-1f510d00-8df9-11ea-8f0a-eec6b71e4f4e.png) Then, on Terraform I can destroy...

Thank you for your complete answer and with good options. I'll try option B, but option A seems "easier" 😊