# Project ID variable "project_id" { type = string default = "docpet-project-ch2-ps068" description = "Project ID " } # Region variable "region" { type = string default = "asia-southeast2" description = "Region " } # Revision Name # variable "revision_name" { # type = string # default = "revision-name-xxxx" # description = "Revision Name " # } # Service Name variable "service_name" { type = string default = "docpet-backend-service" description = "Service Name " } # Service Account variable "service_account" { type = string default = "blablabla@blablabl.com" sensitive = true description = "Service Account " } # Service Container variable "service_container" { type = string default = "us-docker.pkg.dev/cloudrun/container/hello" description = "Service Container " } # VPC access connector variable "vpc_access_connector" { type = string default = "vpc-connector" description = "VPC access connector " } # PostgreSQL Password variable "postgres_password" { type = string sensitive = true description = "PostgreSQL Password Secret " } # Postgres Port variable "postgres_port" { type = string sensitive = true description = "Postgres Port " } # Postgres User variable "postgres_user" { type = string sensitive = true description = "Postgres User " } # Postgres DB variable "postgres_db" { type = string sensitive = true description = "Postgres DB " } # Postgres Host variable "postgres_host" { type = string sensitive = true description = "Postgres Host " } # Postgres Hostname variable "postgres_hostname" { type = string sensitive = true description = "Postgres Hostname " } # Access Token Expires variable "access_token_expires" { type = string sensitive = true description = "Access Token Expires " } # Refresh Token Expires variable "refresh_token_expires" { type = string sensitive = true description = "Refresh Token Expires " } # JWT Algorithm variable "jwt_algorithm" { type = string sensitive = true description = "JWT Algorithm " } # JWT Public Key variable "jwt_public_key" { type = string sensitive = true description = "Access Token " } # JWT Private Key variable "jwt_private_key" { type = string sensitive = true description = "Refresh Token " }