8/6

원격 상태 저장

지금까지 Terraform 구성의 상태 저장은 로컬 작업 디렉토리의 terrafom.tfstate 파일에 저장되었다.

→ 만약 이런 Terraform 구성 팀으로써 여러 사용자에 의해 관리된다고 한다면, 구성 변경 적용에 대한 상태 로컬에 남기 때문에 큰 문제 발생할 수 있다.

Terraform은 구성 변경에 대한 상태 정보를 공유 저장소를 사용하여 모든 팀원이 같은 상태를 바라보게 구성하여 동일한 인프라를 관리할 수 있다.

이런 원격 상태를 저장하기 위한 저장소를 Terraform에서는 Backend라 한다.

Terraform Cloud

Terraform Cloud by HashiCorp

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a6c68640-d1de-4196-ab18-06ac6b445177/Screenshot_from_2021-08-06_15-50-09.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/82ffdc1c-2d78-4a94-91ac-3acf4404ebb0/Screenshot_from_2021-08-06_15-51-42.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/9ba605b9-a21c-4ba2-9606-3b9b6c11e758/Screenshot_from_2021-08-06_15-56-20.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4f99cb6e-b2dd-4d67-af7d-542cdb72a4ce/Screenshot_from_2021-08-06_15-58-05.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cf58b230-7612-436f-a744-13130f11901c/Screenshot_from_2021-08-06_15-58-48.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/80003d8b-4711-46bb-b3a5-a4f3a3103be9/Screenshot_from_2021-08-06_15-59-17.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1e3280c2-24cd-4781-a505-4d1b070d281a/Screenshot_from_2021-08-06_15-59-23.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/88cc98b9-126e-460c-871d-c4cc28a05fb7/Screenshot_from_2021-08-06_16-00-13.png