https://pulumi.com logo
e

elegant-dress-88912

10/08/2019, 1:16 PM
how can I specify default values for stack configuration? For now the only way I see is:
Copy code
const config = new pulumi.Config();
const configVar:string = config.get('configVar') ? config.get('configVar') : 'someDefaultValue'