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

27 lines
640 B
Plaintext
Raw Normal View History

2021-03-26 17:01:56 +00:00
Found missing resources:
aws_deleted_resource:
- deleted-id-1
- deleted-id-2
2021-06-15 14:05:07 +00:00
aws_test_resource:
- test-id-1
- test-id-2
2021-03-26 17:01:56 +00:00
Found resources not covered by IaC:
2021-06-15 14:05:07 +00:00
aws_resource:
- test-id-2
aws_testing_resource:
- test-id-1
aws_unmanaged_resource:
- unmanaged-id-1
- unmanaged-id-2
2021-03-26 17:01:56 +00:00
Found changed resources:
- diff-id-1 (aws_diff_resource):
~ updated.field: "foobar" => "barfoo"
+ new.field: <nil> => "newValue"
- a: "oldValue" => <nil>
2021-06-15 14:05:07 +00:00
Found 10 resource(s)
- 20% coverage
- 2 covered by IaC
2021-06-15 14:05:07 +00:00
- 4 not covered by IaC
- 4 missing on cloud provider
2021-03-26 17:01:56 +00:00
- 1/2 changed outside of IaC