Conversation
# Conflicts: # terraform/environments/prod/compute.tf # terraform/environments/prod/variables.tf
Closed
5 tasks
Terraform Plan -
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📄 설명
로드밸런서 접근 방식과 컴퓨트 인스턴스 용량을 조정하고, Terraform 코드 내 공통 태그를 일괄 적용하며, 불필요한 로그 버킷 설정을 제거하여 운영 환경을 정리했습니다.
또한 여러 로드밸런서를 단일 로드밸런서로 통합하여 구조를 단순화하고, 관련 브랜치를 통합하는 작업을 수행했습니다.
✅ 작업할 내용
project,env,owner등)를 표준화하여 적용🙋🏻 참고 자료
locals또는 모듈 변수로 정의해 여러 리소스에 일관되게 적용하는 것이 좋습니다.