We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9917031 commit 4dc4b5aCopy full SHA for 4dc4b5a
modules/Makefile
@@ -3,7 +3,7 @@
3
S3_BUCKET ?= "s4c-cft"
4
S3_PREFIX ?= "test"
5
S3_REGION ?= eu-west-1
6
-RESPONSE_ACTIONS_TEMP_S3_PREFIX = modules/$(S3_PREFIX)/temp
+RESPONSE_ACTIONS_TEMP_S3_PREFIX = modules/$(S3_PREFIX)
7
RESPONSE_ACTIONS_TEMP_S3_URI = s3://$(S3_BUCKET)/$(RESPONSE_ACTIONS_TEMP_S3_PREFIX)/response_actions.cft.yaml
8
STACK_NAME = Sysdig-Secure
9
PARAM_NAME_SUFFIX ?= test
0 commit comments