Terraform 실행 계획을 생성하고 보여줍니다. 더 많은 정보: https://developer.hashicorp.com/terraform/cli/commands/plan.
terraform plan
terraform plan -destroy
terraform plan -refresh-only
terraform plan -var '{{이름1}}={{값1}}' -var '{{이름2}}={{값2}}'
terraform plan -target {{resource_type.resource_name[인스턴스 인덱스]}}
terraform plan -json
terraform plan -no-color > {{경로/대상/파일}}