github.com/rvichery/terraform@v0.11.10/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 }