github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/builtin/providers/terraform/test-fixtures/null_outputs.tfstate (about)

     1  {
     2      "version": 3,
     3      "terraform_version": "0.7.0",
     4      "serial": 3,
     5      "modules": [
     6          {
     7              "path": [
     8                  "root"
     9              ],
    10              "outputs": {
    11                  "map": {
    12                      "sensitive": false,
    13                      "type": "map",
    14                      "value": null
    15                  },
    16                  "list": {
    17                      "sensitive": false,
    18                      "type": "list",
    19                      "value": null
    20                  }
    21              }
    22          }
    23      ]
    24  }