Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

dwva-setup

terraform script to setup dwva enviroment

how to run

First you must have in your linux system (this terraform script works well with ubuntu server) the following applications:

  • docker
  • docker-compose
  • terraform

if you don't have it the first two are easily available trough apt:

sudo apt install -y docker docker-compose

The last one is available with snap package management:

sudo snap install --classic terraform

after you have those applications. you have to run the terraform workflow

terraform init
terraform apply --auto-approve

After this dwva is available to all hosts on port 4280. When you are done with the environment please run

terraform destroy

About

terraform script to setup dwva enviroment

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages