5 lines
106 B
HCL

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