This message was deleted.
# getting-started
s
This message was deleted.
d
It's worth checking preview with
--diff
to get a more detailed view of what's changing. As for updating who gets emailed, I tend to setup mailing lists/groups for notifications, and manage the individuals on the group itself. Google Groups works nicely for this
p
I checked diff, but it's always the same, and shows change of order of elements in array of destination Ids...
Copy code
~ destinations: [
          ~ [0]: {
                  ~ channelId: "ID1" => "ID2"
                }
          ~ [1]: {
                  ~ channelId: "ID2" => "ID1"
                }
        ]
and it's always the same, after pulumi up, it saves, changes acording to that diff, but than change is not detected and diff is the same. Anyways - I like your idea with mailing groups, but I would need to manage mailing groups with pulumi as well ..., will need to dig into this, but it's interesting, Thanks
d
Can you report the issue to the provider, please? https://github.com/pulumi/pulumi-newrelic/issues Though this is likely a bug in the upstream tf provider. No one's mentioned it there yet: https://github.com/newrelic/terraform-provider-newrelic
p
ok, interesting I will report it there 🙂