Files
household-bot/infra/terraform/providers.tf

5 lines
72 B
HCL

provider "google" {
project = var.project_id
region = var.region
}