sparse-intern-71089
08/07/2018, 3:35 PMstocky-spoon-28903
08/07/2018, 3:37 PMtags
is:
readonly tags?: pulumi.Input<pulumi.Input<{
key: pulumi.Input<string>;
propagateAtLaunch: pulumi.Input<boolean>;
value: pulumi.Input<string>;
}>[]>;
Which seems like it could be related, but from what I can tell using Output
here should be okstocky-spoon-28903
08/07/2018, 3:37 PMwhite-balloon-205
pulumi update --skip-preview --yes
. After that initial deployment succeeds, you should not see this error any more.white-balloon-205
stocky-spoon-28903
08/07/2018, 3:56 PMall
resolves the issue for now, at least with a preview - which is a reasonable workaround. I forget why I thought I needed the all
in the first place…