mirror of https://github.com/hashicorp/terraform
While null values should not normally appear in a state file, we should filter the values rather than crash.pull/17531/head
parent
ea50f455ed
commit
13433687cb
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": 3,
|
||||
"terraform_version": "0.7.0",
|
||||
"serial": 3,
|
||||
"modules": [
|
||||
{
|
||||
"path": [
|
||||
"root"
|
||||
],
|
||||
"outputs": {
|
||||
"map": {
|
||||
"sensitive": false,
|
||||
"type": "map",
|
||||
"value": null
|
||||
},
|
||||
"list": {
|
||||
"sensitive": false,
|
||||
"type": "list",
|
||||
"value": null
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in new issue