Skip to content

Commit e7c2a92

Browse files
committed
fix: fixed PR comments
1 parent 547ebc4 commit e7c2a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ variable "ibmcloud_api_key" {
1010

1111
variable "sm_ibmcloud_api_key" {
1212
type = string
13-
description = "APIkey to authenticate on Secrets Manager instance. If null the ibmcloud_api_key will be used."
13+
description = "API key to authenticate on Secrets Manager instance. If null the ibmcloud_api_key will be used."
14+
default = null
1415
}
1516

1617
variable "provider_visibility" {

0 commit comments

Comments
 (0)