From 10ec908a1de2434a28e5fd26c48adfd3d5d9fa38 Mon Sep 17 00:00:00 2001 From: Julia Aghamyan Date: Fri, 27 Oct 2023 09:49:29 +0400 Subject: [PATCH] fix(DMVP-2705): Fix failed --- .../tests/all-subscriptions/1-example.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cloudwatch-alarm-actions/tests/all-subscriptions/1-example.tf b/modules/cloudwatch-alarm-actions/tests/all-subscriptions/1-example.tf index f6fbd76..9976d43 100644 --- a/modules/cloudwatch-alarm-actions/tests/all-subscriptions/1-example.tf +++ b/modules/cloudwatch-alarm-actions/tests/all-subscriptions/1-example.tf @@ -20,12 +20,12 @@ module "this" { pass = "test-servicenow-pass" }] - jira_config = { + jira_config = [{ url = "url" key = "key" user_username = "devops" user_api_token = "devops_user_api_token" - } + }] fallback_email_addresses = ["test@dasmeta.com"] fallback_phone_numbers = ["+000000000"]