Overview 이번주는 CloudNet@에서 진행하시는 T101(Terraform 101 Study) 스터디 4주차이다. 블로그 내용은 `테라폼으로 시작하는 IaC` 책을 기준하여 정리하였다. 모든 실습내용은 아래의 github에 정리하였다. https://github.com/somaz94/t101-study GitHub - somaz94/t101-study: t101-study t101-study. Contribute to somaz94/t101-study development by creating an account on GitHub. github.com 1. State 목적의 의미 상태 파일은 배포할 때마다 변경되는 프라이빗 API private API로, 오직 테라폼 내부에서 사용하기 위한 것이..