Skip to content

Commit f1da471

Browse files
chore: remove redundant comment from DA (#192)
1 parent ad54890 commit f1da471

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ variable "prefix" {
5959
variable "provider_visibility" {
6060
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)."
6161
type = string
62-
# Defaulting this to public to workaround https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5977
63-
default = "private"
62+
default = "private"
6463

6564
validation {
6665
condition = contains(["public", "private", "public-and-private"], var.provider_visibility)

0 commit comments

Comments
 (0)