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/state

10 lines
221 B

# tfcoremock_object.object:
resource "tfcoremock_object" "object" {
id = "AF9833AE-3434-4D0B-8B69-F4B992565D9F"
object = {
boolean = true
number = 10
string = "Hello, world!"
}
}