Skip to content

ipv4_network_definition is not a managed PL #19

@dbillon

Description

@dbillon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions