Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- session manager
- Jenkins
- s3
- terraform main commands
- endpoint
- Timezon설정
- Python
- algorithm
- ec2
- haproxy
- terraform 기본개념
- java
- terraform variable
- heapq
- 인텔리제이
- Jenkinspipeline
- lsof
- SELinux비활성화
- terraform
- Process monitoring
- PrivateSubnet
- terraform backend
- Mac
- JWT
- Docker
- 프로그래머스
- linuxr계정설정
- terraform 설치
- 이진탐색
- binarysearch
Archives
- Today
- Total
목록terraform backend (1)
MONG 기술블로그
테라폼 고도화 - 1 ( Backend )
■ terraform.tfstate terraform apply 를 실행하면 local의 terraform.tfstate 파일이 업데이트된다. 해당 tfstate 파일은 현재 인프라의 상태를 의미하는것은 아니며, 내가 `terraform apply`를 실행한 시점의 인프라 상태를 의미한다. ■ Terraform Backend Terraform Backend란 위에 언급한 Terraform State 파일을 어디에 저장하고 가져올지에 대한 설정이다. 기본적으로는 terraform apply시 local저장소에 저장되지만, Terraform Backend 설정을 통해 s3 등의 저장소에 저장이 가능하다. terraform state는 local에도 기본적으로 저장되는데 Terraform Backend를 왜 ..
Terraform
2022. 3. 21. 23:07