Skip to content

Commit

Permalink
Update defaults for dbcluster to match dbinstance
Browse files Browse the repository at this point in the history
Improves cnquery shell usage

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jan 24, 2025
1 parent 1f20ac3 commit b4a25d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ private aws.rds.backupsetting {
}

// Amazon RDS database cluster
private aws.rds.dbcluster @defaults("id region") {
private aws.rds.dbcluster @defaults("id region engine engineVersion") {
// ARN for the database cluster
arn string
// Region where the database cluster exists
Expand Down

0 comments on commit b4a25d3

Please sign in to comment.