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/agents/variables.tf
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,16 @@ variable "prefix" {
9
9
description="The prefix for resources created by this solution."
10
10
default=null
11
11
}
12
+
variable"provider_visibility" {
13
+
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)."
Copy file name to clipboardExpand all lines: solutions/instances/variables.tf
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,16 @@ variable "prefix" {
50
50
description="The prefix to add to all resources that this solution creates."
51
51
default=null
52
52
}
53
+
variable"provider_visibility" {
54
+
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)."
0 commit comments