terraform의 구성요소, 기본 명령어, aws cli + terraform 설치
www.terraform.io/ Terraform by HashiCorp Terraform is an open-source infrastructure as code software tool that enables you to safely and predictably create, change, and improve infrastructure. www.terraform.io terraform의 구성 요소 provider : 테라폼으로 생성할 인프라의 종류. AWS, GCP... resource : 인프라의 자원을 의미. EC2든 S3든 인프라 내부 서비스를 통해 생성하는 자원들. state : 테라폼을 통해 생성한 자원의 상태. 파일 형태로 남게 됨. 테라폼 명령어를 실행한 결과물 output : 테라폼으..