Skip to content

Commit

Permalink
Merge branch 'main' into yuanhaoz/update_log_group
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Mar 14, 2024
2 parents 6c7eac7 + 3c1307e commit f596764
Show file tree
Hide file tree
Showing 18 changed files with 374 additions and 172 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 @@ -10,7 +10,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC"
"Value": "cluster-data-api/VPC"
}
]
}
Expand Down Expand Up @@ -39,7 +39,7 @@
},
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet1"
"Value": "cluster-data-api/VPC/PublicSubnet1"
}
],
"VpcId": {
Expand All @@ -53,7 +53,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet1"
"Value": "cluster-data-api/VPC/PublicSubnet1"
}
],
"VpcId": {
Expand Down Expand Up @@ -94,7 +94,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet1"
"Value": "cluster-data-api/VPC/PublicSubnet1"
}
]
}
Expand All @@ -114,7 +114,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet1"
"Value": "cluster-data-api/VPC/PublicSubnet1"
}
]
},
Expand Down Expand Up @@ -147,7 +147,7 @@
},
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet2"
"Value": "cluster-data-api/VPC/PublicSubnet2"
}
],
"VpcId": {
Expand All @@ -161,7 +161,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet2"
"Value": "cluster-data-api/VPC/PublicSubnet2"
}
],
"VpcId": {
Expand Down Expand Up @@ -202,7 +202,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet2"
"Value": "cluster-data-api/VPC/PublicSubnet2"
}
]
}
Expand All @@ -222,7 +222,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PublicSubnet2"
"Value": "cluster-data-api/VPC/PublicSubnet2"
}
]
},
Expand Down Expand Up @@ -255,7 +255,7 @@
},
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PrivateSubnet1"
"Value": "cluster-data-api/VPC/PrivateSubnet1"
}
],
"VpcId": {
Expand All @@ -269,7 +269,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PrivateSubnet1"
"Value": "cluster-data-api/VPC/PrivateSubnet1"
}
],
"VpcId": {
Expand Down Expand Up @@ -324,7 +324,7 @@
},
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PrivateSubnet2"
"Value": "cluster-data-api/VPC/PrivateSubnet2"
}
],
"VpcId": {
Expand All @@ -338,7 +338,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC/PrivateSubnet2"
"Value": "cluster-data-api/VPC/PrivateSubnet2"
}
],
"VpcId": {
Expand Down Expand Up @@ -375,7 +375,7 @@
"Tags": [
{
"Key": "Name",
"Value": "cluster-kerberos/VPC"
"Value": "cluster-data-api/VPC"
}
]
}
Expand Down Expand Up @@ -543,6 +543,16 @@
"Properties": {
"PolicyDocument": {
"Statement": [
{
"Action": [
"secretsmanager:DescribeSecret",
"secretsmanager:GetSecretValue"
],
"Effect": "Allow",
"Resource": {
"Ref": "DatabaseSecretAttachmentE5D1B020"
}
},
{
"Action": [
"rds-data:BatchExecuteStatement",
Expand Down Expand Up @@ -575,16 +585,6 @@
]
]
}
},
{
"Action": [
"secretsmanager:DescribeSecret",
"secretsmanager:GetSecretValue"
],
"Effect": "Allow",
"Resource": {
"Ref": "DatabaseSecretAttachmentE5D1B020"
}
}
],
"Version": "2012-10-17"
Expand Down

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

Loading

0 comments on commit f596764

Please sign in to comment.