deployment/modules/composer_env/variables.tf (10 lines of code) (raw):

variable "environment_name" { type = string } variable "region" { type = string default = null } variable "service_account" { type = string }