diff --git a/aws/newrelic/variables.tf b/aws/newrelic/variables.tf index 78a095130..c0eeaff44 100644 --- a/aws/newrelic/variables.tf +++ b/aws/newrelic/variables.tf @@ -1,12 +1,15 @@ variable "new_relic_account_id" { type = string description = "New Relic Account ID" + sensitive = true } 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 } \ No newline at end of file