From 8a6de2649b48b03fe08fae613314e7252f0217fb Mon Sep 17 00:00:00 2001 From: Jahir Date: Fri, 2 Feb 2024 09:54:38 +0000 Subject: [PATCH] updated secret version for xsiam endpoint in development,production and pre-production --- data.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data.tf b/data.tf index b9dc050..b322f07 100644 --- a/data.tf +++ b/data.tf @@ -1,7 +1,7 @@ locals { - xaiam_secrets_version_development = "74b8d013-7096-415b-a8f4-20adc4624667" - xaiam_secrets_version_pre_production = "f0bd19d9-9e31-478f-a483-6cb010ca58a0" - xaiam_secrets_version_production = "ee71326d-aa17-4035-98cb-19ac8bee3b47" + xaiam_secrets_version_development = "2e73a1de-af34-4c1d-a8ce-759df5b7bf75" + xaiam_secrets_version_pre_production = "9a071db2-4ed2-4c3f-9568-5ef2d5299dc4" + xaiam_secrets_version_production = "a275ae6e-fc4c-4341-bb63-064f4e2fe209" } #-----------------------------------------------------------------