Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit b646eb7

Browse files
committed
feat(infra): match redis and postgres VPC and subnet descriptions
since the postgres and redis templates will get merged into a single template by Copilot when the environment is deployed, we have to ensure that the descriptions for the VPC and subnet parameters match.
1 parent fe2c316 commit b646eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/copilot/environments/addons/postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Parameters:
1414
# Naming constraints: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints
1515
VPCID:
1616
Type: String
17-
Description: The ID of the VPC in which to create the Aurora Serverless v2 cluster.
17+
Description: The ID of the VPC for the environment.
1818
Default: ""
1919
PrivateSubnets:
2020
Type: String
21-
Description: The IDs of the private subnets in which to create the Aurora Serverless v2 cluster.
21+
Description: The IDs of the private subnets for the environment.
2222
Default: ""
2323

2424
Mappings:

0 commit comments

Comments
 (0)