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/replace_within_set/dynamic_resources.json

21 lines
345 B

{
"tfcoremock_set": {
"attributes": {
"set": {
"type": "set",
"required": true,
"set": {
"type": "object",
"object": {
"id": {
"type": "string",
"replace": true,
"required": true
}
}
}
}
}
}
}