Created
August 7, 2020 03:52
-
-
Save samof76/0cbc81ce05afd45d965d7049a7f93b98 to your computer and use it in GitHub Desktop.
04_subnets_from_list.tf
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
module "subnets_from_list" { | |
source = "git.url/repo?ref=esl2.0" | |
cluster_name = var.cluster_name | |
vpc_id = var.vpc_id | |
subnets_list = var.subnets_list | |
route_table = var.route_table | |
tags = local.tags | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment