avx-pmarie-aws-infra/modules/eip-set/main.tf

9 lines
152 B
Terraform
Raw Permalink Normal View History

2022-07-12 22:32:18 +02:00
module "eip" {
source = "../eip"
for_each = var.eips
eip_count = each.value.count
vpc = each.value.vpc
tags = each.value.tags
}