From 83a64162c8a091fb3b890f9f9819954c818707e6 Mon Sep 17 00:00:00 2001 From: rrigato Date: Sat, 16 Dec 2023 08:36:06 -0600 Subject: [PATCH] remove ProdArtifactsBucket --- templates/code_pipeline.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/templates/code_pipeline.yml b/templates/code_pipeline.yml index 8da9db8..08fe064 100644 --- a/templates/code_pipeline.yml +++ b/templates/code_pipeline.yml @@ -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: @@ -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