Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1022 Bytes

README.md

File metadata and controls

61 lines (33 loc) · 1022 Bytes

INF-tf-waf ACL

Terraform module for creating ACLs for a WAF

This project is internal open source and currently maintained by the INF.

Requirements

The following requirements are needed by this module:

  • terraform (>= 0.12)

Providers

The following providers are used by this module:

  • aws

Required Inputs

The following input variables are required:

alb_arn

Description: ARN of the ALB this ACL is applied to

Type: string

metric_name

Description: Name of the the cloudwatch metric

Type: string

rule

Description: ID of the WAF rule

Type: string

Optional Inputs

The following input variables are optional (have default values):

tags

Description: common tags to add to the ressources

Type: map(string)

Default: {}

Outputs

No output.

Usage

See Usage