driftctl/pkg/cmd/scan/output/testdata/output_json_fields.txt

36 lines
633 B
Plaintext

Found changed resources:
- diff-id-1 (aws_diff_resource):
~ Json:
{
"Statement": [
{
- "Changed": [
- "oldValue1",
- "oldValue2"
- ],
+ "Changed": "newValue",
"Effect": "Allow",
- "Removed": "Added",
"Resource": "*"
+ "NewField": [
+ "foobar"
+ ]
}
],
"Version": "2012-10-17"
}
- diff-id-2 (aws_diff_resource):
~ Json:
{
- "foo": "bar"
+ "bar": "foo"
}
Found 2 resource(s)
- 100% coverage
- 2 covered by IaC
- 0 not covered by IaC
- 0 missing on cloud provider
- 2/2 changed outside of IaC