infra/terraform/gke/remote.tf (
7
lines of code) (
raw
):
data "terraform_remote_state" "vpc" { backend = "gcs" config = { bucket = var.project_id prefix = "tfstate/vpc" } }