Skip to content

Commit cc3fe0b

Browse files
authored
Merge branch 'master' into c9-repo-support
2 parents 9b32483 + f26063f commit cc3fe0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-rds/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ your instances will be launched privately or publicly:
2323
const cluster = new DatabaseCluster(this, 'Database', {
2424
engine: DatabaseClusterEngine.AURORA,
2525
masterUser: {
26-
username: 'admin'
26+
username: 'clusteradmin'
2727
},
2828
instanceProps: {
2929
instanceType: ec2.InstanceType.of(ec2.InstanceClass.BURSTABLE2, ec2.InstanceSize.SMALL),

0 commit comments

Comments
 (0)