mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
37b88b33ce
* add some basic equivalence tests and execute them in the build pipeline * remove old file, now unused * update terraform-equivalence-testing to v0.2.0 * add separate action * make sure to read from hashicorp repo * remove elevated github token where possible * Don't need elevated token anymore * update with official mock provider * last change: don't need the authorization header for public repositories.
41 lines
939 B
JSON
41 lines
939 B
JSON
{
|
|
"tfcoremock_nested_object": {
|
|
"attributes": {
|
|
"parent_object": {
|
|
"type": "object",
|
|
"required": true,
|
|
"object": {
|
|
"first_nested_object": {
|
|
"type": "object",
|
|
"required": true,
|
|
"object": {
|
|
"attribute_one": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"attribute_two": {
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
},
|
|
"second_nested_object": {
|
|
"type": "object",
|
|
"required": true,
|
|
"object": {
|
|
"attribute_one": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"attribute_two": {
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|