mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 17:54:02 +00:00
feat(WHE-28): add terraform baseline for cloud run and scheduler
This commit is contained in:
4
infra/terraform/providers.tf
Normal file
4
infra/terraform/providers.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
provider "google" {
|
||||
project = var.project_id
|
||||
region = var.region
|
||||
}
|
||||
Reference in New Issue
Block a user