Skip to content

Commit

Permalink
fixing newrelic vars
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 18, 2024
1 parent c262d51 commit 69f9ad6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions aws/newrelic/variables.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
variable "new_relic_api_key" {
type = string
description = "New Relic API Key"
sensitive = true
}

variable "new_relic_slack_webhook_url" {
type = string
description = "Slack Webhook URL"
sensitive = true
}

variable "newrelic_account_region" {
type = string
default = "US"
Expand All @@ -25,9 +13,3 @@ variable "aws_config_recorder_name" {
description = "The name of the AWS Configuration Recorder"
default = "aws-controltower-BaselineConfigRecorder"
}

variable "enable_new_relic" {
type = bool
description = "Set whether or not newrelic is enabled"
default = true
}

0 comments on commit 69f9ad6

Please sign in to comment.