Skip to content

Commit

Permalink
Marking nr vars as sensitive (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jul 15, 2024
1 parent c658afa commit f30745c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws/newrelic/variables.tf
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit f30745c

Please sign in to comment.