github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_json_string_update/state (about) 1 # tfcoremock_simple_resource.json: 2 resource "tfcoremock_simple_resource" "json" { 3 id = "5a3fd9b3-e852-8956-8c0a-255d47eda645" 4 string = jsonencode( 5 { 6 list-attribute = [ 7 "one", 8 "four", 9 "three", 10 ] 11 object-attribute = { 12 key_four = "value_three" 13 key_one = "value_one" 14 key_three = "value_two" 15 } 16 string-attribute = "a new string" 17 } 18 ) 19 }