Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Nov 28, 2024
1 parent 4dcfb2f commit 45b76a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cf/batch-job-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Parameters:
Conditions:
isPipelinePRStaged: !And [ !Equals [!Ref Environment, "staging"], !Not [ !Equals [!Ref PipelinePRNum, "" ]]]


Resources:
BatchPipelineJob:
Type: AWS::Batch::JobDefinition
Expand All @@ -48,4 +49,3 @@ Resources:
Type: Container



4 changes: 1 addition & 3 deletions cf/rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,4 @@ Resources:
DBClusterIdentifier: !Ref DBCluster
Engine: aurora-postgresql
AutoMinorVersionUpgrade: true
PubliclyAccessible: false


PubliclyAccessible: false

0 comments on commit 45b76a3

Please sign in to comment.