mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-27 04:44:09 -04:00
9 lines
221 B
Text
9 lines
221 B
Text
# tfcoremock_object.object:
|
|
resource "tfcoremock_object" "object" {
|
|
id = "AF9833AE-3434-4D0B-8B69-F4B992565D9F"
|
|
object = {
|
|
boolean = true
|
|
number = 10
|
|
string = "Hello, world!"
|
|
}
|
|
}
|