mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-08 22:01:04 -04:00
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
# tfcoremock_object.object:
|
|
resource "tfcoremock_object" "object" {
|
|
id = "63A9E8E8-71BC-4DAE-A66C-48CE393CCBD3"
|
|
object = {
|
|
boolean = true
|
|
number = 10
|
|
string = "Hello, world!"
|
|
}
|
|
}
|