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

21 lines
345 B

{
"tfcoremock_map": {
"attributes": {
"map": {
"type": "map",
"required": true,
"map": {
"type": "object",
"object": {
"id": {
"type": "string",
"replace": true,
"required": true
}
}
}
}
}
}
}