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
## Terraform-managed Elastic Stack deployment for integration tests
2
+
3
+
### Required variables
4
+
`stack_version` - The version of the Elastic Stack to deploy, e.g., `9.1.0-SNAPSHOT`.
5
+
6
+
### Stable snapshots and images override
7
+
This deployment uses the latest tested snapshots of the Elastic Stack components by default. However, you can override the Docker images used for the integration server, Elasticsearch, and Kibana.
8
+
9
+
`create_deployment_csp_configuration.yaml` contains the default configuration for the deployment, including the Docker images for the integration server, Elasticsearch, and Kibana. These images are automatically updated to the latest tested snapshots of the Elastic Stack components.
10
+
*`integration_server_image` - The Docker image for the integration server
11
+
*`elasticsearch_docker_image` - The Docker image for Elasticsearch
12
+
*`kibana_docker_image` - The Docker image for Kibana
13
+
14
+
Alternatively, you can override these images by setting terraform variables by setting the following variables in your local `terraform.tfvars` file:
Note: terraform variables take precedence over `create_deployment_csp_configuration.yaml` docker images configuration. Use `terraform.tfvars` and `TF_VAR_` environment variables to override the images if you don't want to modify the `create_deployment_csp_configuration.yaml` file.
0 commit comments