You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/testing/equivalence-tests/outputs/simple_object_update/state

10 lines
241 B

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