Skip to content

Instantly share code, notes, and snippets.

@charity
Created May 19, 2016 18:31
Show Gist options
  • Save charity/b2231bb5fd3adad54a065c5069e68453 to your computer and use it in GitHub Desktop.
Save charity/b2231bb5fd3adad54a065c5069e68453 to your computer and use it in GitHub Desktop.
top-level initialize.tf, symlinked into environments
## declare all the env-specific variables that are defined in *.tfvars
variable "env" { }
variable "name" { }
variable "size" { }
variable "cidr" { }
variable "instance_type" { }
variable "kafka_instance_type" { }
variable "retriever_instance_type" { }
variable "public_ranges" { }
variable "private_ranges" { }
variable "subdomain_int_name" { }
variable "subdomain_ext_name" { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment