-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Expand file tree
/
Copy pathoutput.json
More file actions
98 lines (98 loc) · 1.73 KB
/
output.json
File metadata and controls
98 lines (98 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"format_version": "1.1",
"terraform_version": "1.3.0-dev",
"applyable": true,
"complete": true,
"planned_values": {
"outputs": {
"bar": {
"sensitive": false
},
"baz": {
"sensitive": false
},
"foo": {
"sensitive": false,
"type": "string",
"value": "hello"
}
},
"root_module": {}
},
"output_changes": {
"bar": {
"actions": [
"create"
],
"before": null,
"after": [
"hello",
null,
"world"
],
"after_unknown": [
false,
true,
false
],
"before_sensitive": false,
"after_sensitive": false
},
"baz": {
"actions": [
"create"
],
"before": null,
"after": {
"greeting": "hello",
"subject": "world"
},
"after_unknown": {
"time": true
},
"before_sensitive": false,
"after_sensitive": false
},
"foo": {
"actions": [
"create"
],
"before": null,
"after": "hello",
"after_unknown": false,
"before_sensitive": false,
"after_sensitive": false
}
},
"prior_state": {
"format_version": "1.0",
"terraform_version": "1.3.0",
"values": {
"outputs": {
"foo": {
"sensitive": false,
"value": "hello",
"type": "string"
}
},
"root_module": {}
}
},
"configuration": {
"root_module": {
"outputs": {
"bar": {
"expression": {}
},
"baz": {
"expression": {}
},
"foo": {
"expression": {
"constant_value": "hello"
}
}
}
}
}
}