https://pulumi.com logo
#google-cloud
Title
# google-cloud
w

wet-soccer-72485

05/18/2022, 8:23 PM
Has anyone seen
UptimeCheckConfig
be replaced each Pulumi preview and update, regardless of if there are changes?
p

prehistoric-activity-61023

05/18/2022, 10:18 PM
GCP uptime check config?
I vaguely remember something like that. It was related to the fact the condition was reformatted after
pulumi up
and it was different compared to the one defined in the code so it tried to fix it every time. I solved that by reformatting the condition in python code so they match.
w

wet-soccer-72485

05/19/2022, 5:11 PM
Oh interesting
Thanks for the tip!