mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
123 lines
2.9 KiB
JSON
123 lines
2.9 KiB
JSON
[
|
|
{
|
|
"@level": "info",
|
|
"@message": "Apply complete! Resources: 0 added, 0 changed, 0 destroyed.",
|
|
"@module": "terraform.ui",
|
|
"changes": {
|
|
"add": 0,
|
|
"change": 0,
|
|
"operation": "apply",
|
|
"remove": 0
|
|
},
|
|
"type": "change_summary"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "Outputs: 5",
|
|
"@module": "terraform.ui",
|
|
"outputs": {
|
|
"list_empty_default": {
|
|
"sensitive": false,
|
|
"type": [
|
|
"list",
|
|
[
|
|
"object",
|
|
{
|
|
"optional_attribute": "string",
|
|
"optional_attribute_with_default": "string",
|
|
"required_attribute": "string"
|
|
}
|
|
]
|
|
],
|
|
"value": []
|
|
},
|
|
"list_no_default": {
|
|
"sensitive": false,
|
|
"type": [
|
|
"list",
|
|
[
|
|
"object",
|
|
{
|
|
"optional_attribute": "string",
|
|
"optional_attribute_with_default": "string",
|
|
"required_attribute": "string"
|
|
}
|
|
]
|
|
],
|
|
"value": [
|
|
{
|
|
"optional_attribute": null,
|
|
"optional_attribute_with_default": "Hello, world!",
|
|
"required_attribute": "D92053D5-948A-4E5E-80BF-E53F0DB33EB5"
|
|
},
|
|
{
|
|
"optional_attribute": "8AC4B9EE-9E05-4AE0-AA35-6D7636AEA487",
|
|
"optional_attribute_with_default": "Hello, world!",
|
|
"required_attribute": "E6DA6176-49FB-46D6-9ECD-401B3F46A3E5"
|
|
},
|
|
{
|
|
"optional_attribute": "E68C1EB0-3D3D-4DB0-A41D-0F8C334E181C",
|
|
"optional_attribute_with_default": "92E855B2-A444-49DF-AFCA-2B5B017451B4",
|
|
"required_attribute": "9F9922C4-B426-4648-96AE-804A6F52F778"
|
|
}
|
|
]
|
|
},
|
|
"nested_optional_object": {
|
|
"sensitive": false,
|
|
"type": [
|
|
"object",
|
|
{
|
|
"nested_object": [
|
|
"object",
|
|
{
|
|
"flag": "bool"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"value": {
|
|
"nested_object": null
|
|
}
|
|
},
|
|
"nested_optional_object_with_default": {
|
|
"sensitive": false,
|
|
"type": [
|
|
"object",
|
|
{
|
|
"nested_object": [
|
|
"object",
|
|
{
|
|
"flag": "bool"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"value": {
|
|
"nested_object": {
|
|
"flag": false
|
|
}
|
|
}
|
|
},
|
|
"nested_optional_object_with_embedded_default": {
|
|
"sensitive": false,
|
|
"type": [
|
|
"object",
|
|
{
|
|
"nested_object": [
|
|
"object",
|
|
{
|
|
"flag": "bool"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"value": {
|
|
"nested_object": {
|
|
"flag": false
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"type": "outputs"
|
|
}
|
|
] |