Created
May 19, 2016 18:31
-
-
Save charity/b2231bb5fd3adad54a065c5069e68453 to your computer and use it in GitHub Desktop.
top-level initialize.tf, symlinked into environments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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