mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 10:00:09 -04:00
9 lines
241 B
Text
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!"
|
|
}
|
|
}
|