Skip to content

Commit

Permalink
change the example
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Sep 30, 2024
1 parent a1860f0 commit 47ceeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Initialize, plan & apply `terraform`:
```bash
source .env
terraform init
terraform plan -var='challenges_count=0'
terraform apply -var='challenges_count=0'
terraform plan -var='challenges_count=4'
terraform apply -var='challenges_count=4'

ssh root@<public_ip_v4_address> -i ~/.ssh/heroctf/linode
```
Expand Down

0 comments on commit 47ceeb7

Please sign in to comment.