# Variables for Google Cloud Project creation variable "project_name" { description = "Name of the Google Cloud project" type = string default = "rothbard-staging2" } variable "project_id" { description = "ID of the Google Cloud project" type = string default = "rothbard-staging2-12345" } variable "region" { description = "Default region for resources" type = string default = "us-central1" } variable "billing_account" { type=string default = "01C728-B31A09-8822C5" }