managed-instance-group/main.tf (9 lines of code) (raw):

terraform { required_version = ">= 1" backend "gcs" {} } provider "google" {} data "google_client_config" "current" {} data "google_compute_subnetwork" "this" { self_link = var.subnetwork }