0
0
llucycodes42
The code defines a resource named "newrelic_alert_policy_channel" with the following properties:
- Policy ID: "policy_id"
- Channel ID: "channel_id"
Shortcut: tf_newrelic_alert_policy_channel
resource "newrelic_alert_policy_channel" "myVarId" {
policy_id = "policy_id"
channel_id = "channel_id"
}