github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/drift_relevant_attributes/state (about) 1 # tfcoremock_simple_resource.base: 2 resource "tfcoremock_simple_resource" "base" { 3 id = "f6f74ca6-e8ef-e51f-522c-433b9ed5038f" 4 number = 0 5 string = "Hello, change!" 6 } 7 8 # tfcoremock_simple_resource.dependent: 9 resource "tfcoremock_simple_resource" "dependent" { 10 id = "1b17b502-96c9-fcc3-3b09-2af1c3de6ad8" 11 string = "Hello, change!" 12 }