사용자 도구

사이트 도구


linux:hashicorp

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:hashicorp [2020/10/24 15:33]
kwon37xi
linux:hashicorp [2022/07/20 08:54]
kwon37xi [HashiCorp Linux Repository]
줄 1: 줄 1:
 ====== HashiCorp Linux Repository ====== ====== HashiCorp Linux Repository ======
-  * https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository+  * [[https://www.terraform.io/cli/install/apt|APT Packages for Debian and Ubuntu | Terraform by HashiCorp]] : [[devops:terraform|Terraform]] 뿐만 아니라 모든 패키지 지원 
 +  * https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository : 구버전 방법
   * https://releases.hashicorp.com 에 있는 바이너리를 리눅스 리포지토리로 배포   * https://releases.hashicorp.com 에 있는 바이너리를 리눅스 리포지토리로 배포
  
줄 6: 줄 7:
 <code sh> <code sh>
 curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
-sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"+sudo apt-add-repository "deb [arch=$(dpkg --print-architecture)] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
 </code> </code>
 +  * [[https://www.ubuntupit.com/how-to-install-and-configure-terraform-in-linux-distributions/|How to Install and Configure Terraform in Linux Distributions]]
 +
  
 ===== Homebrew tap ===== ===== Homebrew tap =====
   * [[https://www.hashicorp.com/blog/announcing-hashicorp-homebrew-tap|Announcing HashiCorp’s Homebrew Tap]]   * [[https://www.hashicorp.com/blog/announcing-hashicorp-homebrew-tap|Announcing HashiCorp’s Homebrew Tap]]
-  * [[:vagrant|Vagrant]] 제외하고 [[:homebrew|HomeBrew]] 로 설치가능.+  * [[devops:vagrant|Vagrant]] 제외하고 [[:homebrew|HomeBrew]] 로 설치가능.
 <code sh> <code sh>
 brew install hashicorp/tap/{vault|consul|nomad|terraform|packer} brew install hashicorp/tap/{vault|consul|nomad|terraform|packer}
줄 19: 줄 22:
  
 </code> </code>
-  *  
linux/hashicorp.txt · 마지막으로 수정됨: 2023/12/16 15:37 저자 kwon37xi