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