Skip to content

Commit

Permalink
fix(rds): Use dbParameterGroupName instead of ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aereal committed Mar 24, 2019
1 parent ad3d753 commit 8a22d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-rds/lib/instance-parameter-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class InstanceParameterGroup extends Construct implements IInstanceParame
this.setParameter(key, value);
}

this.parameterGroupName = resource.ref;
this.parameterGroupName = resource.dbParameterGroupName;
}

/**
Expand Down

0 comments on commit 8a22d7c

Please sign in to comment.