Skip to content

Instantly share code, notes, and snippets.

@greenboxal
Created November 29, 2016 18:00
Show Gist options
  • Save greenboxal/44d545a0d78a3887720a176036a9bf32 to your computer and use it in GitHub Desktop.
Save greenboxal/44d545a0d78a3887720a176036a9bf32 to your computer and use it in GitHub Desktop.
provider "aws" {
region = "us-east-1"
}
module "module1" {
source = "./module1"
}
module "module2" {
source = "./module2"
number = "${length(module.module1.azs)}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment