Skip to content

Commit

Permalink
Update variable.tf to add the channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarogbonlo authored Jun 28, 2023
1 parent 8dad1ed commit d326a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-relic/variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "slack_destination_id" {
}

variable "slack_channel_id" {
description = "The unique identifier for the Slack channel where notifications will be posted."
description = "The unique identifier for the Slack channel(forest-dump), where notifications will be posted."
type = string
default = "C05BHMZ7GTT"
}
Expand Down

0 comments on commit d326a45

Please sign in to comment.