github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/simple_object_update/state (about)

     1  # tfcoremock_object.object:
     2  resource "tfcoremock_object" "object" {
     3      id     = "00e14fba-4d56-6cc5-b685-633555376e3f"
     4      object = {
     5          boolean = false
     6          number  = 2
     7          string  = "Hello, a totally different world!"
     8      }
     9  }