Skip to content

Latest commit

 

History

History

managed-prefix-list

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

managed-prefix-list

This module creates no resources.

Requirements

Name Version
terraform >= 1.5
aws >= 4.58

Providers

Name Version
aws 5.22.0

Modules

No modules.

Resources

Name Type
aws_ec2_managed_prefix_list.this data source
aws_region.this data source

Inputs

Name Description Type Default Required
address_family (Required) Address family of the managed prefix list. Valid values are IPv4 or IPv6. string n/a yes
service (Required) The name of the prefix list. The name must not start with com.amazonaws. string n/a yes
is_global (Optional) Whether this is a global prefix list. Default is false. bool false no

Outputs

Name Description
address_family The address family of the prefix list.
arn The ARN of the prefix list.
entries A set of prefix list entries.
id The ID of the prefix list.
max_entries The maximum number of entries of this prefix list.
name The name of the prefix list.
owner The ID of the AWS account that owns this prefix list.
version Latest version of this prefix list.