github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/variables_and_outputs/state.json (about) 1 { 2 "format_version": "1.0", 3 "values": { 4 "outputs": { 5 "list_empty_default": { 6 "sensitive": false, 7 "type": [ 8 "list", 9 [ 10 "object", 11 { 12 "optional_attribute": "string", 13 "optional_attribute_with_default": "string", 14 "required_attribute": "string" 15 } 16 ] 17 ], 18 "value": [] 19 }, 20 "list_no_default": { 21 "sensitive": false, 22 "type": [ 23 "list", 24 [ 25 "object", 26 { 27 "optional_attribute": "string", 28 "optional_attribute_with_default": "string", 29 "required_attribute": "string" 30 } 31 ] 32 ], 33 "value": [ 34 { 35 "optional_attribute": null, 36 "optional_attribute_with_default": "Hello, world!", 37 "required_attribute": "D92053D5-948A-4E5E-80BF-E53F0DB33EB5" 38 }, 39 { 40 "optional_attribute": "8AC4B9EE-9E05-4AE0-AA35-6D7636AEA487", 41 "optional_attribute_with_default": "Hello, world!", 42 "required_attribute": "E6DA6176-49FB-46D6-9ECD-401B3F46A3E5" 43 }, 44 { 45 "optional_attribute": "E68C1EB0-3D3D-4DB0-A41D-0F8C334E181C", 46 "optional_attribute_with_default": "92E855B2-A444-49DF-AFCA-2B5B017451B4", 47 "required_attribute": "9F9922C4-B426-4648-96AE-804A6F52F778" 48 } 49 ] 50 }, 51 "nested_optional_object": { 52 "sensitive": false, 53 "type": [ 54 "object", 55 { 56 "nested_object": [ 57 "object", 58 { 59 "flag": "bool" 60 } 61 ] 62 } 63 ], 64 "value": { 65 "nested_object": null 66 } 67 }, 68 "nested_optional_object_with_default": { 69 "sensitive": false, 70 "type": [ 71 "object", 72 { 73 "nested_object": [ 74 "object", 75 { 76 "flag": "bool" 77 } 78 ] 79 } 80 ], 81 "value": { 82 "nested_object": { 83 "flag": false 84 } 85 } 86 }, 87 "nested_optional_object_with_embedded_default": { 88 "sensitive": false, 89 "type": [ 90 "object", 91 { 92 "nested_object": [ 93 "object", 94 { 95 "flag": "bool" 96 } 97 ] 98 } 99 ], 100 "value": { 101 "nested_object": { 102 "flag": false 103 } 104 } 105 } 106 }, 107 "root_module": {} 108 } 109 }