https://github.com/mikej81/terraform-azure-nginx-scca
Deploy NGINX OSS as a Reverse Proxy behind Azure LB to an NGINX App Server.
https://github.com/mikej81/terraform-azure-nginx-scca
Last synced: 2 months ago
JSON representation
Deploy NGINX OSS as a Reverse Proxy behind Azure LB to an NGINX App Server.
- Host: GitHub
- URL: https://github.com/mikej81/terraform-azure-nginx-scca
- Owner: Mikej81
- License: apache-2.0
- Created: 2020-07-20T15:29:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T21:07:11.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T17:32:01.575Z (4 months ago)
- Language: HCL
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-azure-nginx-scca
Deploys NGINX on UbuntuProFIPS in Azure as a Reverse Proxy with ModSecurity ([ModSecurity OWASP Core Rule Set](https://github.com/coreruleset/coreruleset)) and NGINX App Server.
* ?testparam=test left in configs to verify.

All settings in variables.tf.
```bash
terraform init
terraform plan
terraform apply -auto-approve
```## To do
* remove extra variables and collapse variables for each module
* remove extraneous objects
* add more app servers
* containerize everything, everywhere
* Testing Ubuntu PRO FIPS on Proxy devices, currently breaks compiling...