billygr / zaproxy-on-azure

Terraform setup for zaproxy on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zaproxy-on-azure

Terraform setup for zaproxy on Azure (under docker and webswing)

Requirements

Setup

Login to your azure infrastructure with az login

terraform init

terraform plan

terraform apply

ssh to your instance with ssh -i azureuser.pem azureuser@XXX you can find the IP from the running instance created

http to your instance http://XX.XX.XX.XX:8080/zap/ zaproxy is running under docker with webswing

About

Terraform setup for zaproxy on Azure


Languages

Language:HCL 97.5%Language:Shell 2.5%