Skip to content

Commit ec81eb4

Browse files
Ak-skyocofaigh
andauthored
Update solutions/standard/variables.tf
Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent dd1c0b8 commit ec81eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ variable "kibana_image_port" {
387387
}
388388

389389
variable "kibana_visibility" {
390-
description = "Specify the visibility of Kibana application in order to define which endpoint is available for receiving the requests. Valid values are 'local_public', 'local_private' and 'local' and it is only applicable if `enable_kibana_dashboard` is true."
390+
description = "Specify the visibility of Kibana application in order to define which endpoint is available for receiving the requests. Valid values are 'local_public', 'local_private' and 'local' and it is only applicable if `enable_kibana_dashboard` is true. [Learn more](https://github.com/terraform-ibm-modules/terraform-ibm-icd-elasticsearch/blob/main/solutions/standard/DA-types.md#options-for-kibana_visibility)."
391391
type = string
392392
default = "local_private"
393393
validation {

0 commit comments

Comments
 (0)