Hi, I'm trying the first time terraform-provider p...
# general
h
Hi, I'm trying the first time terraform-provider package, with a healthchecksio provider, and it tries to update its resources on every
pulumi up
. Not sure if it's a problem with the provider or somewhere between it and pulumi
g
Hi Raphael, we need more information to diagnose the problem. Could you include the diff and program?
h
that's the thing, there's no diff, just says
update
new healthchecksio.Check( name, { grace: 3600, channels, timezone, tags, schedule, }, );
all inputs here come from literals
g
Hmm, that sounds like a provider bug to me. Would you mind opening an issue on the provider repo with any details and we can take a look?
h
you mean an issue in pulumi/pulumi linking to the provider?
g
Sorry, wrong link. Just edited
👍 1