You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Capture the Flag (CTF) Repo
2
2
3
-
Trust's capture the Flag (CTF) resources for Cybersecurity Awareness month.
3
+
Capture the Flag (CTF) resources for Cybersecurity Awareness month.
4
4
5
5
This repository contains the Terraform that can be used to deploy an instance of OWASP Juice Shop on EC2 instance along with CFTd app to help manage the CTF event.
6
6
@@ -21,7 +21,7 @@ terraform apply
21
21
22
22
### Step 2: Install applications via Ansible playbooks
23
23
24
-
- Replace the `s3://bucket-name` with the value of the `s3_bucket_name_ansible_playbooks` output from the Terraform apply.
24
+
- Replace the `s3://bucket-name` with the value of the `s3_bucket_name_ansible_playbooks` output from the Terraform apply.
25
25
- Replace the `--instance-ids` values with the corresponding `ec2_cftd_instance_id` and `ec2_owaspjs_instance_id` output values from the Terraform apply.
0 commit comments