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 702c7b8 commit ffc841fCopy full SHA for ffc841f
templates_cspm_eventbridge/Makefile
@@ -16,7 +16,7 @@ lint:
16
cfn-lint *.yaml
17
18
packaged-template.yaml:
19
- aws s3 rm s3://$(S3_BUCKET)/ecs/$(S3_PREFIX) --recursive
+ aws s3 rm s3://$(S3_BUCKET)/full-install/$(S3_PREFIX) --recursive
20
aws cloudformation package \
21
--region $(S3_REGION) \
22
--template-file FullInstall.yaml \
0 commit comments