Home Terraform state 관리
Post
Cancel

Terraform state 관리

Terraform state 관리

terraform.tfstate와 실제 cloud infra 사이의 sync가 맞지 않을 경우, terraform import 또는 terraform state rm을 통해 cloud의 자원을 terraform.tfstate에 저장하거나 cloud에는 이미 삭제된 자원을 tfstate에서도 삭제시켜줄 수 있습니다.





참고

This post is licensed under CC BY 4.0 by the author.