github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/local_provider_basic/plan.json (about)

     1  {
     2    "configuration": {
     3      "provider_config": {
     4        "local": {
     5          "full_name": "registry.terraform.io/hashicorp/local",
     6          "name": "local",
     7          "version_constraint": "2.2.3"
     8        }
     9      },
    10      "root_module": {
    11        "resources": [
    12          {
    13            "address": "local_file.local_file",
    14            "expressions": {
    15              "content": {
    16                "references": [
    17                  "local.contents"
    18                ]
    19              },
    20              "filename": {
    21                "constant_value": "output.json"
    22              }
    23            },
    24            "mode": "managed",
    25            "name": "local_file",
    26            "provider_config_key": "local",
    27            "schema_version": 0,
    28            "type": "local_file"
    29          }
    30        ]
    31      }
    32    },
    33    "format_version": "1.1",
    34    "planned_values": {
    35      "root_module": {
    36        "resources": [
    37          {
    38            "address": "local_file.local_file",
    39            "mode": "managed",
    40            "name": "local_file",
    41            "provider_name": "registry.terraform.io/hashicorp/local",
    42            "schema_version": 0,
    43            "sensitive_values": {},
    44            "type": "local_file",
    45            "values": {
    46              "content": "{\"hello\":\"world\"}",
    47              "content_base64": null,
    48              "directory_permission": "0777",
    49              "file_permission": "0777",
    50              "filename": "output.json",
    51              "sensitive_content": null,
    52              "source": null
    53            }
    54          }
    55        ]
    56      }
    57    },
    58    "resource_changes": [
    59      {
    60        "address": "local_file.local_file",
    61        "change": {
    62          "actions": [
    63            "create"
    64          ],
    65          "after": {
    66            "content": "{\"hello\":\"world\"}",
    67            "content_base64": null,
    68            "directory_permission": "0777",
    69            "file_permission": "0777",
    70            "filename": "output.json",
    71            "sensitive_content": null,
    72            "source": null
    73          },
    74          "after_sensitive": {
    75            "sensitive_content": true
    76          },
    77          "after_unknown": {
    78            "id": true
    79          },
    80          "before": null,
    81          "before_sensitive": false
    82        },
    83        "mode": "managed",
    84        "name": "local_file",
    85        "provider_name": "registry.terraform.io/hashicorp/local",
    86        "type": "local_file"
    87      }
    88    ]
    89  }