Zeid Derhally
Zeid Derhally
Port 9090 is the only port that needs to be open between the UI service and the agents. The log shows that the websocket is being closed right after it...
@g-greatdevaks I'm specifically referring to the resource `google_compute_subnetwork.proxy_subnet` not the subnet being used with the `google_compute_forwarding_rule` edit: There are two issues I see, which I apologize for not making it...
Thanks. that's what I ended up doing.
Also ran into this with v33.02 of `private-cluster-update-variant` module and TPG v5.44.0  It fails to update the cluster ``` Error: googleapi: Error 400: At least one of ['node_version', 'image_type',...
I ran into this issue today with TPG v6.18.0 and TF 1.10.05. It's doing a perma diff but not erroring out. For the time being, I patched my local copy...
> [@derhally](https://github.com/derhally) you are seeing perma diff after making network_config block dynamic or without the change? the dynamic block solves the perma diff issue and I have not noticed any...
@imrannayer mine looks vey similar. Note we deployed two clusters today and ran multiple plans and didn't see errors. ``` dynamic "network_config" { for_each = var.network_self_link != null ? ["network_config"]...
I just ran into this today with TPG 5.30.0 and the following example ```hcl resource "google_cloud_quotas_quota_preference" "ssd_storage" { parent = "projects/${var.project_id}" service = "compute.googleapis.com" quota_id = "SSD-TOTAL-GB-per-project-region" dimensions = {...
@apeabody any assistance with this would be greatly appreciated. I would also ask that google modules avoid setting a maximum version. This has become a lot of busy work for...
This issue is actually quite problematic I get these errors trying to destroy the whole module. It requires multiple targeted terraform destroys to complete ``` Error: Error when reading or...