pulumi/tests/testdata/codegen/config-variables/schema.json

17 lines
241 B
JSON

{
"name": "example",
"version": "0.0.1",
"config": {
"variables": {
"httpRetryWaitMax": {
"type": "number"
}
}
},
"language": {
"go": {
"importBasePath": "config-variables/example"
}
}
}