https://pulumi.com logo
#aws
Title
f

flat-insurance-25294

01/03/2020, 12:37 PM
I also noticed this pattern
Copy code
const stackConfig = new pulumi.Config();
const localConfig = {
    certificateArn: stackConfig.get("certificateArn"),
}

localConfig.certificateArn = ....
Does that mean that the certificateArn is written as a config, or just assigned locally to that localConfig variable?