sparse-intern-71089
06/17/2018, 7:11 AMbig-piano-35669
big-piano-35669
big-piano-35669
bitter-oil-46081
06/17/2018, 7:02 PM~/.pulumi/plugins/resource-azure-v0.14.0
directory and then force a reinstall by running pulumi plugin install resource azure 0.14.0
bitter-oil-46081
06/17/2018, 10:50 PMflaky-continent-74538
06/17/2018, 10:51 PMbitter-oil-46081
06/17/2018, 10:52 PMflaky-continent-74538
06/17/2018, 10:52 PMflaky-continent-74538
06/17/2018, 10:53 PMAppService
, and I tweaked its appSettings
property. It seems that Pulumi doesn't detect changes when I move a value from a string to an Output<string>flaky-continent-74538
06/17/2018, 10:54 PMappSettings: {
"Hello": "World"
}
To:
appSettings: {
"Hello": all([output1, output2]).apply(([a, b]) => `${a} ${b}`)
}
flaky-continent-74538
06/17/2018, 10:55 PMbitter-oil-46081
06/17/2018, 10:58 PMflaky-continent-74538
06/17/2018, 10:58 PMflaky-continent-74538
06/17/2018, 10:58 PM