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 cd9998e commit c51e492Copy full SHA for c51e492
modules/Makefile
@@ -129,5 +129,3 @@ clean:
129
aws cloudformation delete-stack --stack-name $(STACK_NAME)-LogIngestion-S3-$(PARAM_NAME_SUFFIX)
130
aws cloudformation delete-stack --stack-name $(STACK_NAME)-VolumeAccess-$(PARAM_NAME_SUFFIX)
131
aws cloudformation delete-stack --stack-name $(STACK_NAME)-VMWorkloadScanning-$(PARAM_NAME_SUFFIX)
132
-
133
modules/log_ingestion.events.cft.yaml
@@ -638,4 +638,4 @@ Outputs:
638
EventBridgeRoleARN:
639
Description: Sysdig Secure EventBridge Role ARN
640
Value:
641
- Fn::Sub: ${EventBridgeRole.Arn}
+ Fn::Sub: ${EventBridgeRole.Arn}
0 commit comments