4 lines
132 B
HCL
4 lines
132 B
HCL
output "policy_id" {
|
|
description = "ID of the notification policy resource"
|
|
value = grafana_notification_policy.this.id
|
|
}
|