Skip to content

Instantly share code, notes, and snippets.

@samof76
Created August 7, 2020 03:52
Show Gist options
  • Save samof76/0cbc81ce05afd45d965d7049a7f93b98 to your computer and use it in GitHub Desktop.
Save samof76/0cbc81ce05afd45d965d7049a7f93b98 to your computer and use it in GitHub Desktop.
04_subnets_from_list.tf
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