Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-mysql-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 2, 2023
2 parents bf0aaa3 + 22168b1 commit 2edeb7a
Show file tree
Hide file tree
Showing 98 changed files with 5,206 additions and 794 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,21 @@
"PipelineC660917D": {
"Type": "AWS::CodePipeline::Pipeline",
"Properties": {
"ArtifactStore": {
"EncryptionKey": {
"Id": {
"Fn::GetAtt": [
"PipelineArtifactsBucketEncryptionKey01D58D69",
"Arn"
]
},
"Type": "KMS"
},
"Location": {
"Ref": "PipelineArtifactsBucket22248F97"
},
"Type": "S3"
},
"RoleArn": {
"Fn::GetAtt": [
"PipelineRoleD68726F7",
Expand All @@ -272,7 +287,7 @@
"Name"
]
},
"BranchName": "master",
"BranchName": "main",
"PollForSourceChanges": true
},
"Name": "Source",
Expand Down Expand Up @@ -368,22 +383,7 @@
],
"Name": "Deploy"
}
],
"ArtifactStore": {
"EncryptionKey": {
"Id": {
"Fn::GetAtt": [
"PipelineArtifactsBucketEncryptionKey01D58D69",
"Arn"
]
},
"Type": "KMS"
},
"Location": {
"Ref": "PipelineArtifactsBucket22248F97"
},
"Type": "S3"
}
]
},
"DependsOn": [
"PipelineRoleDefaultPolicyC7A05455",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2edeb7a

Please sign in to comment.