From d4bb57ceb7fa297ae511ef5e135f20cd35dfea3d Mon Sep 17 00:00:00 2001 From: Eytan Naim Date: Mon, 20 Nov 2023 11:53:55 +0200 Subject: [PATCH] wip --- modules/aws/mx/hub.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws/mx/hub.tf b/modules/aws/mx/hub.tf index 1bae32e0d..3f6ef8768 100644 --- a/modules/aws/mx/hub.tf +++ b/modules/aws/mx/hub.tf @@ -28,7 +28,7 @@ locals { }] : [{ name = "default_archive_action_set" # https://docs.imperva.com/bundle/v14.7-database-activity-monitoring-user-guide/page/78508.htm method = "POST" - url_path = "SecureSphere/api/v1/conf/actionSets/${local.hub_action_set}/${local.hub_action_set}" + url_path = "SecureSphere/api/v1/conf/actionSets/${local.hub_action_set}/${local.hub_action_set_action}" payload = jsonencode({ "type" : "SonarArchiver", "host" : try(var.hub_details.address, null),