Skip to content

Commit 0f7d27d

Browse files
committed
Update Postgres AWS example with actual existing engine version
Avoid ``` 'create failed: async create failed: failed to create the resource: [{0 creating RDS DB Instance (terraform-20250211145453727900000035): operation error RDS: CreateDBInstance, https response error StatusCode: 400, RequestID: bbd3565a-5377-445c-8cf9-6268baa6e970, api error InvalidParameterCombination: Cannot find version 15.3 for postgres []}]' ``` Signed-off-by: Yury Tsarev <yury@upbound.io>
1 parent 455011c commit 0f7d27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/postgres-aws-claim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
parameters:
1111
region: us-west-2
1212
engine: postgres
13-
engineVersion: "15.3"
13+
engineVersion: "16.3"
1414
storageGB: 5
1515
passwordSecretRef:
1616
namespace: default

0 commit comments

Comments
 (0)