mirror of https://github.com/pulumi/pulumi.git
22 lines
462 B
JSON
22 lines
462 B
JSON
|
{
|
||
|
"version": "0.0.1",
|
||
|
"name": "simple",
|
||
|
"resources": {
|
||
|
"simple:index:SomeResource": {
|
||
|
"properties": {
|
||
|
"a": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"a"
|
||
|
],
|
||
|
"inputProperties": {
|
||
|
"a": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
},
|
||
|
"type": "object"
|
||
|
}
|
||
|
}
|
||
|
}
|