Oliver Nural
Oliver Nural
Am also seeing this with provider version 2.44.0 ``` resource "newrelic_alert_policy_channel" "keymoments_channels" { policy_id = newrelic_alert_policy.keymoments.id channel_ids = [newrelic_alert_channel.keymoments_alerts.id] } resource "newrelic_alert_policy" "keymoments" { name = "Keymoments" incident_preference = "PER_CONDITION"...
> My issue was I had two `node_modules/aws-sdk/` installations: > > ``` > /test/ > /src/ > ---- node_modules/ > -------- aws-sdk/ > > ---- lambda/ > -------- node_modules/ >...