https://github.com/fchyla/threat-mapper-control
Deploy ThreatMapper to GCE with Terraform
https://github.com/fchyla/threat-mapper-control
gce terraform threatmapper
Last synced: about 1 month ago
JSON representation
Deploy ThreatMapper to GCE with Terraform
- Host: GitHub
- URL: https://github.com/fchyla/threat-mapper-control
- Owner: fchyla
- Created: 2021-10-17T19:17:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T08:27:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T16:08:14.979Z (over 1 year ago)
- Topics: gce, terraform, threatmapper
- Language: HCL
- Homepage: https://blog.chy.la
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desription
Terraform deployment of ThreatMapper control node https://github.com/deepfence/ThreatMapper requirements based on https://github.com/deepfence/ThreatMapper/wiki/Installing-the-Management-Console
# Usage
Module read me in `src/terraform`
```
cd src/terraform
terraform init
terraform plan -out theratmapper.tfplan
terraform apply "theratmapper.tfplan"
```