generated from aws-ia/terraform-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,
From this module documentation:
The variable var.ipv4_network_definition is an attribute to configure a supernet (IPv4 CIDR block) or managed prefix list of your network/VPCs in AWS.
But it seems that the module consider var.ipv4_network_definition as an AWS Prefix List: from modules/egress_vpc:
data "aws_prefix_list" "ipv4_network_definition" {
count = startswith(coalesce(var.ipv4_network_definition, " "), "pl-") ? 1 : 0
prefix_list_id = var.ipv4_network_definition
}
Thus it can't find a customer managed Prefix Lists.
BR,
Damien.
Metadata
Metadata
Assignees
Labels
No labels