terraform-serverless/variables.tf (8 lines of code) (raw):

variable "project" { type = string description = "Google Cloud Platform Project ID" } variable "region" { default = "us-central1" type = string }