mirror of https://github.com/pulumi/pulumi.git
17 lines
241 B
JSON
17 lines
241 B
JSON
|
{
|
||
|
"name": "example",
|
||
|
"version": "0.0.1",
|
||
|
"config": {
|
||
|
"variables": {
|
||
|
"httpRetryWaitMax": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"language": {
|
||
|
"go": {
|
||
|
"importBasePath": "config-variables/example"
|
||
|
}
|
||
|
}
|
||
|
}
|