ry.yamafuji b9ef4422fb
Some checks failed
Python Test / python-test (push) Failing after 39s
Cloud Function 追加
2025-12-06 05:38:21 +09:00

9 lines
142 B
HCL

terraform {
# backend "gcs" {}
}
# Google Providerの設定
provider "google" {
project = var.project_id
region = var.region
}