Releases: terraform-ibm-modules/terraform-ibm-icd-elasticsearch
Releases · terraform-ibm-modules/terraform-ibm-icd-elasticsearch
v1.28.1
v1.28.0
1.28.0 (2025-02-04)
Features
- New input added to the DA (
kibana_image_port
) allowing the ability to specify the the port number used to connect to the Kibana service exposed by the container image whenenable_kibana_dashboard
is set to true
- Added new inputkibana_visibility
to specify the visibility of the Kibana application in order to define which endpoint is available for receiving the requests (#346) (4c479d8)
v1.27.0
1.27.0 (2025-02-04)
Features
- updated the
service_credential_secrets
input object schema of the DA to support creating service specific roles
* Theservice_credentials_source_service_role
attribute has been renamed toservice_credentials_source_service_role_crn
and now requires a full CRN value. For example:service_credentials_source_service_role_crn = "crn:v1:bluemix:public:iam::::role:Editor"
(#389) (e06dfff)
v1.26.3
1.26.3 (2025-02-04)
Bug Fixes
- updated the default value of the
prefix
input to be "dev" in the DA.
- Marked the input as required in catalog so it will now show in the required tab of the projects UI.
- It is still possible omit the prefix by passing a value ofnull
or empty string (""
) when working directly with the terraform code, or by passing the string value of__NULL__
when deploying in projects or schematics. (#388) (51a6d7e)