mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
* 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_set": {
|
|
"attributes": {
|
|
"sets": {
|
|
"type": "set",
|
|
"required": true,
|
|
"set": {
|
|
"type": "set",
|
|
"set": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|