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
description="The Secrets Manager secret name of a new kibana system secret. If a prefix input variable is specified, the prefix is added to the name in the `<prefix>-<name>` format."
error_message="`kibana_system_secret_name` is required when `existing_secrets_manager_instance_crn` and `enable_kibana_dashboard` are set."
594
+
}
595
+
}
596
+
597
+
variable"kibana_app_secret_name" {
598
+
type=string
599
+
description="The Secrets Manager secret name of a new kibana application secret. If a prefix input variable is specified, the prefix is added to the name in the `<prefix>-<name>` format."
error_message="If provided, the value of kibana_image_digest must start with 'sha256:'."
433
433
}
434
-
435
-
436
434
}
435
+
437
436
variable"kibana_image_port" {
438
437
description="Specify the port number used to connect to the Kibana service exposed by the container image. Default port is 5601 and it is only applicable if `enable_kibana_dashboard` is true"
439
438
type=number
440
439
default=5601
441
440
}
442
441
442
+
variable"kibana_system_secret_name" {
443
+
type=string
444
+
description="The Secrets Manager secret name of a new kibana system secret. If a prefix input variable is specified, the prefix is added to the name in the `<prefix>-<name>` format."
445
+
default="kibana-system-password"
446
+
}
447
+
448
+
variable"kibana_app_secret_name" {
449
+
type=string
450
+
description="The Secrets Manager secret name of a new kibana application secret. If a prefix input variable is specified, the prefix is added to the name in the `<prefix>-<name>` format."
0 commit comments