Protecting inbound and outbound traffic in a VPC using AWS Network Firewall.
Copy the template file:
cp config/template.auto.tfvars .auto.tfvarsCreate the resources:
terraform init
terraform applyTo test inbound drop, set your IP address in the .auto.tfvars file:
ip_to_drop = "1.2.3.4"