File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ variable "sstore_secret_apikey" {
4444 description = " APIkey to be stored into var.sstore_secret_name secret to authenticate with Secrets Manager instance"
4545 type = string
4646 default = null
47+ sensitive = true
4748 validation {
4849 condition = var. eso_authentication == " api_key" ? var. sstore_secret_apikey != null : true
4950 error_message = " API Key authentication is enabled and scope for store is cluster, therefore sstore_secret_apikey must be provided."
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ variable "secrets_manager_ibmcloud_api_key" {
1212 type = string
1313 description = " API key to authenticate on Secrets Manager instance. If null the ibmcloud_api_key will be used."
1414 default = null
15+ sensitive = true
1516}
1617
1718variable "provider_visibility" {
You can’t perform that action at this time.
0 commit comments