mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:04:02 +00:00
5 lines
72 B
HCL
5 lines
72 B
HCL
provider "google" {
|
|
project = var.project_id
|
|
region = var.region
|
|
}
|