전체 코드 중 특정 resource/module만 apply하기 1. terraform state list 1.1 terraform state list [options] [address...] 명령어 설명 address가 있는 경우, 주어진 조건과 일치하는 상태 파일의 모든 리소스를 나열합니다. address가 없다면 상태 파일의 모든 리소스가 나열됩니다. 모듈 depth에 따라 알파벳 순으로 정렬됩니다. 코드가 복잡한 경우 수천 개의 결과가 출력될 수 있기 때문에 하나 이상의 pattern을 사용하는 것을 권장합니다. resource address 형식은 다음과 같습니다. module [module path][resource spec] module.module_name[module index] resource resource_type.resource_name[ins.. 이전 1 다음