I have a Terraform GCE resource being created using the following module:
resource "google_compute_address" "gke_proxy1" { ... } resource &