We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47fe8d commit a350829Copy full SHA for a350829
templates_cspm_cloudlogs/Makefile
@@ -19,7 +19,7 @@ lint:
19
cfn-lint *.yaml
20
21
packaged-template.yaml:
22
- aws s3 rm s3://$(S3_BUCKET)/full-install/single/$(S3_PREFIX) --recursive
+ aws s3 rm s3://$(S3_BUCKET)/cspm-cloudlogs/single/$(S3_PREFIX) --recursive
23
aws cloudformation package \
24
--region $(S3_REGION) \
25
--template-file FullInstall.yaml \
@@ -43,7 +43,7 @@ clean:
43
aws cloudformation delete-stack --stack-name $(STACK_NAME)
44
45
packaged-template-org.yaml:
46
- aws s3 rm s3://$(S3_BUCKET)/full-install/org/$(S3_PREFIX) --recursive
+ aws s3 rm s3://$(S3_BUCKET)/cspm-cloudlogs/org/$(S3_PREFIX) --recursive
47
48
49
--template-file OrgFullInstall.yaml \
0 commit comments