We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a232c commit 517695bCopy full SHA for 517695b
README.md
@@ -12,7 +12,7 @@ Terraform module which creates RDS Aurora resources on AWS.
12
```hcl
13
module "db" {
14
source = "terraform-aws-modules/rds-aurora/aws"
15
- version = "~> 3.0"
+ version = "~> 5.0"
16
17
name = "test-aurora-db-postgres96"
18
engine = "aurora-postgresql"
@@ -50,7 +50,7 @@ Sometimes you need to have a way to create RDS Aurora resources conditionally bu
50
# This RDS cluster will not be created
51
52
53
54
55
create_cluster = false
56
# ... omitted
0 commit comments