From 10b3a1a78e413cc631af894e9e461681f4ce7723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr> Date: Tue, 14 Dec 2021 16:11:23 +0100 Subject: [PATCH] fix: Update Elastic version --- manifests/elastic/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/elastic/main.tf b/manifests/elastic/main.tf index 96b5c14..021607d 100644 --- a/manifests/elastic/main.tf +++ b/manifests/elastic/main.tf @@ -15,7 +15,7 @@ provider "ec" { } data "ec_stack" "stack" { - version_regex = "7.16" + version_regex = "7.16.1" region = var.region } -- GitLab