You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/fully-configurable/variables.tf
+28-23Lines changed: 28 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ variable "ibmcloud_api_key" {
8
8
sensitive=true
9
9
}
10
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."
14
+
}
15
+
11
16
variable"provider_visibility" {
12
17
description="Set the visibility value for the IBM terraform provider. Supported values are `public`, `private`, `public-and-private`. [Learn more](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/guides/custom-service-endpoints)."
trusted_profile_name =string# if both the trusted_profile_name and the serviceid_name/existing_serviceid_id are set, the trusted_profile_name will be used
trusted_profile_name =optional(string, null)# if both the trusted_profile_name and the serviceid_name/existing_serviceid_id are set, the trusted_profile_name will be used
trusted_profile_name =string# if both the trusted_profile_name and the serviceid_name/existing_serviceid_id are set, the trusted_profile_name will be used
trusted_profile_name =optional(string, null)# if both the trusted_profile_name and the serviceid_name/existing_serviceid_id are set, the trusted_profile_name will be used
0 commit comments