- Copy
./terraform.tfvars.example
to ./terraform.tfvars
- Edit
./terraform.tfvars
- Update the required variables:
prefix
to give the resources an identifiable name (eg, your initials or first name)
aws_region
to suit your region
neuvector_password
to change the default admin password
- Make sure you are logged into your AWS Account from your local Terminal. See the preparatory steps here.
terraform init -upgrade && terraform apply -auto-approve
- Destroy the resources when finished
terraform destroy -auto-approve
tofu init -upgrade && tofu apply -auto-approve
- Destroy the resources when finished
tofu destroy -auto-approve