Skip to content

Commit

Permalink
remove ProdArtifactsBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Dec 16, 2023
1 parent 3b882ba commit 83a6416
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions templates/code_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ AWSTemplateFormatVersion: "2010-09-09"
Description: Creates a CodePipeline for a CI/CD pipeline
Parameters:

ProdCrossAccountArn:
Default: arn/placeholder
Description:
Arn of the role that will be used to update prod resources
Type: String

#Default project name that
#the git repo will be called
ProjectName:
Expand Down Expand Up @@ -76,28 +70,7 @@ Resources:
-
Key: project
Value: !Ref ProjectName
##########################
#Build logs for ProdCodeBuildDeploy
#CodeBuild stage
#
#
##########################
ProdArtifactsBucket:
Type: AWS::S3::Bucket
Properties:
BucketName:
!Join ['', ['prod-build-', !Ref ProjectName]]
Tags:
-
Key: stage
Value: prod
-
Key: retain
Value: "false"
-
Key: project
Value: !Ref ProjectName



#################################
#Code Build Project that runs python
Expand Down

0 comments on commit 83a6416

Please sign in to comment.