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

install_terraform.sh 수정이 필요할 것 같습니다. #2

Open
y-hoon opened this issue Sep 8, 2021 · 2 comments
Open

install_terraform.sh 수정이 필요할 것 같습니다. #2

y-hoon opened this issue Sep 8, 2021 · 2 comments

Comments

@y-hoon
Copy link

y-hoon commented Sep 8, 2021

강의를 보면서 따라하는데 자꾸 오류가 나서 파일 내용을 확인했습니다.

cd tmp
wget https://releases.hashicorp.com/terraform/1.0.1/terraform_1.0.1_${FILENAME}.zip tmp/

tmp 디렉토리로 들어간 후에 wget으로 tmp에 파일을 가져오도록 해서 오류가 발생하던데요.
뒤쪽에 tmp/ 를 빼고 현재 디렉토리에 파일 다운로드를 하는게 맞지 않을까 싶습니다.
그렇게 하니 정상실행되었고요.

@daemyungkang
Copy link
Contributor

@y-hoon 감사합니다.
제가 작성한 wget script 에 오류가 있었습니다. 테스트해 주신 환경은 리눅스로 보이는데
mac 에서도 다운로드에 버그가 있어서 한꺼번에 수정할 수 있었습니다. 감사합니다.

@daemyungkang
Copy link
Contributor

ref: 70871df

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

No branches or pull requests

2 participants