Skip to content

Commit 5e40395

Browse files
committed
small readme.md changes
1 parent 4c567c5 commit 5e40395

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```
112137
Infrastructure Change Analysis
113138
==============================

0 commit comments

Comments
 (0)