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.
17 lines
248 B
JSON
17 lines
248 B
JSON
{
|
|
"tfcoremock_nested_map": {
|
|
"attributes": {
|
|
"maps": {
|
|
"type": "map",
|
|
"required": true,
|
|
"map": {
|
|
"type": "map",
|
|
"map": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|