Skip to content

kittyradulescu/waf-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS WAF

This project shows how to setup AWS WAF.

In order to be able to run the project you will need terraform.tfvars where you will need to setup the AWS access credentials.

access_key = "AWS_ACCESS_KEY"

secret_key = "AWS_SECRET_KEY"

region = "eu-west-1"

waf_name = "my-api"

After correct configuration you will be able to run the project with terraform commands.

$ terraform init

$ terraform plan

$ terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages