update new outputs plan json

This commit is contained in:
James Bardin 2020-10-09 19:45:31 -04:00
parent d82778f4fc
commit d2514a9abd
4 changed files with 16 additions and 6 deletions

View File

@ -55,9 +55,9 @@
"output_changes": {
"test": {
"actions": [
"create"
"no-op"
],
"before": null,
"before": "bar",
"after": "bar",
"after_unknown": false
}

View File

@ -3,7 +3,12 @@
"terraform_version": "0.12.0",
"serial": 7,
"lineage": "configuredUnchanged",
"outputs": {},
"outputs": {
"test": {
"value": "bar",
"type": "string"
}
},
"resources": [
{
"mode": "managed",

View File

@ -90,9 +90,9 @@
"output_changes": {
"test": {
"actions": [
"create"
"no-op"
],
"before": null,
"before": "bar",
"after": "bar",
"after_unknown": false
}

View File

@ -3,7 +3,12 @@
"terraform_version": "0.12.0",
"serial": 7,
"lineage": "configuredUnchanged",
"outputs": {},
"outputs": {
"test": {
"value": "bar",
"type": "string"
}
},
"resources": [
{
"mode": "managed",