Skip to content

Commit 2a6213e

Browse files
authored
fix: update the kibana_registry_namespace_image DA variable description (#391)
1 parent a023fbe commit 2a6213e

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
@@ -365,7 +365,7 @@ variable "enable_kibana_dashboard" {
365365

366366
variable "kibana_registry_namespace_image" {
367367
type = string
368-
description = "The full Elasticsearch version (format `[registry-url]/[namespace]/[image]`) required to deploy the Kibana dashboard. This value is used only when `enable_kibana_dashboard` is set to true. By default, the image is pulled from `docker.elastic.co/kibana/kibana`."
368+
description = "The Kibana image reference in the format of `[registry-url]/[namespace]/[image]`. This value is used only when `enable_kibana_dashboard` is set to true."
369369
default = "docker.elastic.co/kibana/kibana"
370370
}
371371

0 commit comments

Comments
 (0)