File tree Expand file tree Collapse file tree 8 files changed +4
-4
lines changed Expand file tree Collapse file tree 8 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
68
68
sqs = SQS ("cloudtrail-sqs" )
69
69
cloudwatch = Cloudwatch ("cloudwatch\n logs and alarms" )
70
- codebuild = Codebuild ("codebuild project " )
70
+ codebuild = Codebuild ("CodeBuild Project " )
71
71
72
72
with Cluster ("CFT StackSet Instance" ):
73
73
cft_stack_2 = CloudformationStack ("cloudformation-stack" )
Original file line number Diff line number Diff line change 69
69
cloud_connector >> Edge (color = color_non_important ) >> cloudwatch
70
70
71
71
# scanning
72
- codebuild = Codebuild ("Build-project " )
72
+ codebuild = Codebuild ("CodeBuild Project " )
73
73
cloud_connector >> Edge (color = color_non_important ) >> cloudwatch
74
74
cloud_connector >> codebuild
75
75
codebuild >> Edge (color = color_non_important ) >> ecr
Original file line number Diff line number Diff line change 70
70
cloud_connector >> Edge (color = color_non_important ) >> cloudwatch
71
71
72
72
# scanning
73
- codebuild = Codebuild ("Build-project " )
73
+ codebuild = Codebuild ("CodeBuild Project " )
74
74
cloud_connector >> Edge (color = color_non_important ) >> cloudwatch
75
75
cloud_connector >> codebuild
76
76
codebuild >> Edge (color = color_non_important ) >> ecr
Original file line number Diff line number Diff line change 65
65
66
66
67
67
# scanning
68
- codebuild = Codebuild ("Build-project " )
68
+ codebuild = Codebuild ("CodeBuild Project " )
69
69
cloud_connector >> codebuild
70
70
codebuild >> Edge (color = color_non_important ) >> ecr
71
71
codebuild >> Edge (color = color_non_important ) >> public_registries
You can’t perform that action at this time.
0 commit comments