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"]