diff --git a/aws/newrelic/variables.tf b/aws/newrelic/variables.tf index 29605f43a..9bf4052d8 100644 --- a/aws/newrelic/variables.tf +++ b/aws/newrelic/variables.tf @@ -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" @@ -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 -} \ No newline at end of file