Skip to content

Terraform module for managing an EC2 Prefix List and its entries

License

Notifications You must be signed in to change notification settings

plus3it/terraform-aws-tardigrade-ec2-managed-prefix-list

Repository files navigation

terraform-aws-tardigrade-ec2-managed-prefix-list

Terraform module for managing an EC2 Prefix List and its entries.

Requirements

No requirements.

Providers

Name Version
aws n/a

Resources

Name Type

Inputs

Name Description Type Default Required
ec2_managed_prefix_list Object of attributes for the EC2 managed prefix list
object({
name = string
address_family = optional(string, "IPv4")
max_entries = optional(number)
tags = optional(map(string), {})

entries = optional(list(object({
name = string
cidr = string
description = optional(string)
})), [])
})
n/a yes

Outputs

Name Description
ec2_managed_prefix_list Object of attributes for the managed prefix list
ec2_managed_prefix_list_entries Object of attributes for the managed prefix list entries

About

Terraform module for managing an EC2 Prefix List and its entries

Resources

License

Stars

Watchers

Forks

Packages

No packages published