You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/testing/equivalence-tests/tests/nested_set/dynamic_resources.json

17 lines
248 B

{
"tfcoremock_nested_set": {
"attributes": {
"sets": {
"type": "set",
"required": true,
"set": {
"type": "set",
"set": {
"type": "string"
}
}
}
}
}
}