IaC/Terraform (18) 썸네일형 리스트형 [Terraform]테라폼 기본 사용법 with local provider 원하는 provider 선택 Terraform provider doc https://registry.terraform.io/browse/providers 위 링크에서 원하는 테라폼에서 사용할 provider를 검색한다. 테라폼 local provider 사용하기 local provider는 파일과 같은 로컬 리소스를 관리하는데 사용한다. local provider doc https://registry.terraform.io/providers/hashicorp/local/latest/docs 테라폼 local provider 사용하기 - local_file (Resource) resource "local_file" Generates a local file with the given content. Exam.. [Terraform]Install Terraform on Mac M1 Install Terraform with homebrew doc https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli#install-terraform terraform git https://github.com/hashicorp/terraform brew option tap directory (and usually Git repository) of formulae, casks and/or external commands Install Terraform with homebrew # brew tap, homebrew에 pacakge를 저장 brew tap hashicorp/tap # terraform 설치 brew ins.. 이전 1 2 3 다음