Terraform GCP groups: I am using FQDNs as in the DNS, but still get "The URL is malformed". What kind of URL is it looking for? – Debian
I'm using Terraform with GCP ... I have the groups variable that I have not been able to get to work. Here's the definitions: resource "google_compute_instance_group" "vm_group" { name = "vm-group" zone = "us-central1-c" project = "myproject-dev" instances = [google_compute_instance.east_vm.id,…