We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547ebc4 commit e7c2a92Copy full SHA for e7c2a92
solutions/fully-configurable/variables.tf
@@ -10,7 +10,8 @@ variable "ibmcloud_api_key" {
10
11
variable "sm_ibmcloud_api_key" {
12
type = string
13
- description = "APIkey to authenticate on Secrets Manager instance. If null the ibmcloud_api_key will be used."
+ description = "API key to authenticate on Secrets Manager instance. If null the ibmcloud_api_key will be used."
14
+ default = null
15
}
16
17
variable "provider_visibility" {
0 commit comments