Skip to content

hknerts/terraform-aws-waf-global

 
 

Repository files navigation

Slalom

terraform-aws-waf-global Build Status Latest Release

Terraform module - creates global WAF


It's 100% Open Source and licensed under the APACHE2.

Usage

This here is just a basic illustration.

Include this repository as a module in your existing Terraform code:

module "waf-global" {
  source          = "JamesWoolfenden/waf-global/aws"
  version         = "0.0.2"
  ip_set          = var.ip_set
  common_tags     = var.common_tags
}

Inputs

Name Description Type Default Required
ipset Complex object to describe and populate aws_waf_ipset string n/a yes

Outputs

Name Description
cluster
instances

Related Projects

Check out these related projects.

Help

Got a question?

File a GitHub issue.

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Copyrights

Copyright � 2019-2019 Slalom, LLC

License

License

See LICENSE for full details.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributors

James Woolfenden
James Woolfenden

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 83.7%
  • PowerShell 10.4%
  • Shell 5.9%