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 resource(s) managed by terraform
     - 2/2 resource(s) out of sync with Terraform state
 - 0 resource(s) not managed by Terraform
 - 0 resource(s) found in a Terraform state but missing on the cloud provider
