Skip to content

Latest commit

 

History

History

waf-ip-set

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

waf-ip-set

This module creates following resources.

  • aws_wafv2_ip_set

Requirements

Name Version
terraform >= 1.5
aws >= 4.61

Providers

Name Version
aws 5.19.0

Modules

Name Source Version
resource_group tedilabs/misc/aws//modules/resource-group ~> 0.10.0

Resources

Name Type
aws_wafv2_ip_set.this resource

Inputs

Name Description Type Default Required
name (Required) A name of the IP set. string n/a yes
description (Optional) The description of the IP set. string "Managed by Terraform." no
ip_address_type (Required) The type of IP addresses used by the IP set. Valid values are IPV4 or IPV6. Defaults to IPV4. string "IPV4" no
ip_addresses (Optional) A list of strings that specify one or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports all address ranges for IP versions IPv4 and IPv6. list(string) [] no
is_global (Optional) Specify whether this is for a global application(AWS CloudFront distribution) or for a regional application. Defaults to false. To work with a global application, you must also specify the Region US East (N. Virginia). bool false no
module_tags_enabled (Optional) Whether to create AWS Resource Tags for the module informations. bool true no
resource_group_description (Optional) The description of Resource Group. string "Managed by Terraform." no
resource_group_enabled (Optional) Whether to create Resource Group to find and group AWS resources which are created by this module. bool true no
resource_group_name (Optional) The name of Resource Group. A Resource Group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with AWS or aws. string "" no
tags (Optional) A map of tags to add to all resources. map(string) {} no

Outputs

Name Description
arn The Amazon Resource Name (ARN) of the IP set.
description The description of the IP set.
id The ID of the IP set.
ip_address_type The type of IP addresses used by the IP set.
ip_addresses A list of strings that specify one or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation.
is_global Whether this is for a global application(AWS CloudFront distribution) or for a regional application.
name The name of the IP set.