nubis/terraform/variables.tf (23 lines of code) (raw):

variable "account" {} variable "region" { default = "us-west-2" } variable "environment" { default = "stage" } variable "service_name" { default = "skel" } variable "ami" {} variable "ssh_key_file" { default = "" } variable "ssh_key_name" { default = "" } variable "nubis_sudo_groups" { default = "nubis_global_admins,team_webops" } variable "nubis_user_groups" { default = "" }