great-sunset-355
10/13/2021, 10:54 AM"applyMethod": "pending-reboot" to `"applyMethod": "immediate"
The affected parameter is timezone which I create like this:
{"name": "timezone", "value": "UTC"},
And according to docs the default applyMethod value is set to immediate.
So the questions are:
1) What did set applyMethod to pending-reboot?
2) Why does pulumi try to change the value every time? (I'd say it may be coming from the provider)
3) And where can I find which parameters require reboot?