Skip to content

Commit

Permalink
Merge branch 'main' into diff-handle-error
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 5, 2024
2 parents c0ef951 + 615ee2d commit 3559d44
Show file tree
Hide file tree
Showing 15 changed files with 263 additions and 142 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 @@ -536,6 +536,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand Down Expand Up @@ -569,6 +570,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand Down Expand Up @@ -602,6 +604,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand Down

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 @@ -536,6 +536,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand All @@ -547,7 +548,7 @@
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"DatabaseInstanceParameterGroup6968C5BF": {
"DatabaseInstance2WrapperInstanceParameterGroup61FBD67B": {
"Type": "AWS::RDS::DBParameterGroup",
"Properties": {
"Description": "Parameter group for aurora-mysql8.0",
Expand All @@ -563,12 +564,13 @@
},
"DBInstanceClass": "db.t3.medium",
"DBParameterGroupName": {
"Ref": "DatabaseInstanceParameterGroup6968C5BF"
"Ref": "DatabaseInstance2WrapperInstanceParameterGroup61FBD67B"
},
"DBSubnetGroupName": {
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
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 3559d44

Please sign in to comment.