From 812d7dde316ee5c5dc8cd04d2809a7bab067cf94 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 25 Sep 2024 15:16:23 +0200 Subject: [PATCH] ci: add ephemeral tag (#14179) this will help the oblt-cli automation to destroy the ECE/ESS/Serverless deployments automatically --- testing/infra/terraform/modules/tags/output.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/infra/terraform/modules/tags/output.tf b/testing/infra/terraform/modules/tags/output.tf index e9fa04d34a0..0731f8f9b96 100644 --- a/testing/infra/terraform/modules/tags/output.tf +++ b/testing/infra/terraform/modules/tags/output.tf @@ -5,6 +5,7 @@ locals { "team" : "apm-server" "project" : var.project "build" : var.build + "ephemeral" : "true" } }