diff --git a/templates/terraform/network-primitives-archive/gemini-3f/variables.tf b/templates/terraform/network-primitives-archive/gemini-3f/variables.tf index 07ab266e..fdefb65e 100644 --- a/templates/terraform/network-primitives-archive/gemini-3f/variables.tf +++ b/templates/terraform/network-primitives-archive/gemini-3f/variables.tf @@ -1,16 +1,19 @@ variable "nr_api_key" { description = "New relic API Key" type = string + sensitive = true } variable "cloudflare_email" { type = string description = "cloudflare email address" + sensitive = true } variable "cloudflare_api_token" { type = string description = "cloudflare api token" + sensitive = true } variable "instance_type" { diff --git a/templates/terraform/network-primitives-archive/gemini-3g/variables.tf b/templates/terraform/network-primitives-archive/gemini-3g/variables.tf index 07ab266e..fdefb65e 100644 --- a/templates/terraform/network-primitives-archive/gemini-3g/variables.tf +++ b/templates/terraform/network-primitives-archive/gemini-3g/variables.tf @@ -1,16 +1,19 @@ variable "nr_api_key" { description = "New relic API Key" type = string + sensitive = true } variable "cloudflare_email" { type = string description = "cloudflare email address" + sensitive = true } variable "cloudflare_api_token" { type = string description = "cloudflare api token" + sensitive = true } variable "instance_type" { diff --git a/templates/terraform/network-primitives/variables.tf b/templates/terraform/network-primitives/variables.tf index 2fca215d..8ca2a4df 100644 --- a/templates/terraform/network-primitives/variables.tf +++ b/templates/terraform/network-primitives/variables.tf @@ -1,16 +1,19 @@ variable "nr_api_key" { description = "New relic API Key" type = string + sensitive = true } variable "cloudflare_email" { type = string description = "cloudflare email address" + sensitive = true } variable "cloudflare_api_token" { type = string description = "cloudflare api token" + sensitive = true } variable "instance_type" {