pulumi/tests/testdata/codegen/schema/replace-on-changes-1.json

15 lines
217 B
JSON

{
"version": "0.0.1",
"name": "example",
"resources": {
"example::Dog": {
"properties": {
"bone": {
"type": "string",
"replaceOnChanges": true
}
}
}
}
}