terraform/testing/equivalence-tests/outputs/simple_object_update/state

9 lines
241 B
Text

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