File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,31 @@ The configuration file allows you to define:
108108
109109## Example Output
110110
111+ ### Default Output (without --show-module)
112+ ```
113+ Infrastructure Change Analysis
114+ ==============================
115+ Total Changes: 5
116+ Create: 2
117+ Update: 2
118+ Delete: 1
119+
120+ Risk Assessment:
121+ High Risks:
122+ - High risk: Security-related configuration change
123+ Medium Risks:
124+ - Medium risk: Version change could cause compatibility issues
125+
126+ Resource Details:
127+ CREATE aws_s3_bucket: project-storage-[REDACTED]
128+ UPDATE aws_security_group: app-sg-[REDACTED]
129+ ~ ingress = [] -> [{port = 443}]
130+ UPDATE aws_ecs_service: api-service
131+ DELETE aws_iam_role: legacy-role
132+ CREATE aws_lambda_function: processor-function
133+ ```
134+
135+ ### With Module Grouping (--show-module)
111136```
112137Infrastructure Change Analysis
113138==============================
You can’t perform that action at this time.
0 commit comments