Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Jan 2, 2024
1 parent 35026eb commit b08eefb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
7 changes: 0 additions & 7 deletions tf-managed/modules/daily-snapshot/monitoring/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ terraform {
}
}
}

# # Configure the New Relic provider
# provider "newrelic" {
# account_id = var.nr_account_id
# api_key = var.nr_api_key
# region = var.nr_region
# }
31 changes: 0 additions & 31 deletions tf-managed/modules/daily-snapshot/monitoring/variable.tf
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# variable "new_relic_account_id" {
# type = string
# description = "The New Relic Account ID"
# sensitive = true
# }
#
# variable "new_relic_api_key" {
# description = "The New Relic API KEY"
# type = string
# sensitive = true
# }
#
# variable "new_relic_region" {
# description = "The New Relic Region"
# type = string
# }

variable "service_name" {
description = "The name of the service"
type = string
Expand All @@ -25,17 +8,3 @@ variable "enable_slack_notifications" {
type = bool
default = false
}

# variable "slack_destination_id" {
# description = "The unique identifier for the Slack workspace where notifications will be sent."
# # TODO: parametrize
# default = "f902e020-5993-4425-9ae3-133084fc870d"
# type = string
# }
#
# variable "slack_channel_id" {
# description = "The unique identifier for the Slack channel(forest-notifications), where notifications will be posted."
# type = string
# # TODO: parametrize
# default = "C036TCEF0CU"
# }

0 comments on commit b08eefb

Please sign in to comment.