Changes to the `userData` of `aws.ec2.LaunchTempla...
# general
f
Changes to the
userData
of
aws.ec2.LaunchTemplate
do not trigger an update.
m
IIRC this is due to a bug in the underlying TF provider.
Let me see if I can wrangle up the issue...
Ah, that might have been in the Azure provider. Still looking.
Yep, I think I did not remember correctly 🙂
Do you have a gist with a repo on hand? No worries if you don't; I can try to put one together
m
thanks!
f
I just made another change to the userdata and it appears to have updated 🤔 Last time the version number did not increase though.
m
Ah, that's interesting
Does the pulumi CLI still show an update even if the version number does not change?
f
It didn't before but now it is. I have been needing to do a lot of manual resource deleting so that could be related.
m
Hm, strange.
f
I cannot repro anymore. Will update this if I hit it again.
m
FWIW, I can't repro this locally--each time I change the contents of the userdata file, I see a corresponding update.
Thanks for your patience here 🙂