network/main.tf (6 lines of code) (raw):

terraform { required_version = ">= 1" backend "gcs" {} } provider "google" {} data "google_client_config" "current" {}