ops-agent/main.tf (7 lines of code) (raw):

terraform { required_version = ">= 1" backend "gcs" {} } provider "google" { project = var.project }