Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Attack_Range_AWS.md #955

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

7h3sil3nce-splunk
Copy link

Move the Install and Configure Terraform step before cloning and cd to attack_range. If done afterwards you get an error because a directory already exist with the name "terraform"

root@ip-10-44-3-28:/home/ubuntu/attack_range# curl -s https://releases.hashicorp.com/terraform/1.1.8/terraform_1.1.8_linux_amd64.zip -o terraform.zip && \ unzip terraform.zip &&
mv terraform /usr/local/bin/
Archive: terraform.zip
replace terraform? [y]es, [n]o, [A]ll, [N]one, [r]ename: y error: cannot delete old terraform
Is a directory

Move the Install and Configure Terraform step before cloning and cd to attack_range.  If done afterwards you get an error because a directory already exist with the name "terraform"

root@ip-10-44-3-28:/home/ubuntu/attack_range# curl -s https://releases.hashicorp.com/terraform/1.1.8/terraform_1.1.8_linux_amd64.zip -o terraform.zip && \
unzip terraform.zip && \
mv terraform /usr/local/bin/
Archive:  terraform.zip
replace terraform? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
error:  cannot delete old terraform
        Is a directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant