Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

akw-devsecops/terraform-newrelic-sqs-alerting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
newrelic >= 3.32.0

Providers

Name Version
newrelic >= 3.32.0

Modules

No modules.

Resources

Name Type
newrelic_alert_policy.this resource
newrelic_notification_channel.google_chat resource
newrelic_notification_destination.google_chat resource
newrelic_nrql_alert_condition.approximated_age_of_messages resource
newrelic_nrql_alert_condition.messages_in_dlq resource
newrelic_workflow.this resource

Inputs

Name Description Type Default Required
app_name n/a string n/a yes
env n/a string n/a yes
google_chat_url URL of your google chat space string n/a yes
queue_arn Arn of the queue to be monitored string n/a yes
create_dlq_alert Create an alert for the dead-letter-queue bool false no
google_chat_notification_triggers The issue events to notify on for google chat notifications. Valid values are ACTIVATED, ACKNOWLEDGED, PRIORITY_CHANGED, CLOSED or OTHER_UPDATES list(string)
[
"ACTIVATED",
"ACKNOWLEDGED",
"PRIORITY_CHANGED",
"CLOSED",
"OTHER_UPDATES"
]
no
queue_arn_dead_letter Arn of the dead-letter-queue to be monitored string "" no

Outputs

No outputs.