From a9f2aa098ddfdcd05f6a1c230e41fe82e58526e1 Mon Sep 17 00:00:00 2001 From: Patrick Moore Date: Tue, 9 Jan 2024 14:00:44 +0100 Subject: [PATCH] SG moved location of executable file sg-cli in their repo. updated curl command in main.tf to reflect new location of executable --- other-providers/stackguardian/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/other-providers/stackguardian/main.tf b/other-providers/stackguardian/main.tf index ccb8d40..4ef2e28 100644 --- a/other-providers/stackguardian/main.tf +++ b/other-providers/stackguardian/main.tf @@ -1,6 +1,7 @@ resource "null_resource" "sg_integration" { provisioner "local-exec" { command = <