Skip to content

Commit

Permalink
fix(DMVP-2705): Fix failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Oct 27, 2023
1 parent f5aa6f3 commit 10ec908
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 10ec908

Please sign in to comment.