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
feat: allow the default name for the kibana code engine project and app to be override using new DA inputs: kibana_code_engine_new_project_name and kibana_code_engine_new_app_name (#422)
description="The Code Engine project name. If a prefix input variable is specified, the prefix is added to the name in the `<prefix>-<name>` format."
356
+
default="ce-kibana-project"
357
+
}
358
+
359
+
variable"kibana_code_engine_new_app_name" {
360
+
type=string
361
+
description="The Code Engine application name. If a prefix input variable is specified, the prefix is added to the name in the `<prefix>-<name>` format."
362
+
default="ce-kibana-app"
363
+
}
364
+
353
365
variable"existing_code_engine_project_id" {
354
366
type=string
355
367
description="Existing code engine project ID to deploy Kibana. If no value is passed, a new code engine project will be created."
0 commit comments