Skip to content

Commit 517695b

Browse files
authored
chore: Updated README to use version 5 of the module (#235)
1 parent d2a232c commit 517695b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Terraform module which creates RDS Aurora resources on AWS.
1212
```hcl
1313
module "db" {
1414
source = "terraform-aws-modules/rds-aurora/aws"
15-
version = "~> 3.0"
15+
version = "~> 5.0"
1616
1717
name = "test-aurora-db-postgres96"
1818
engine = "aurora-postgresql"
@@ -50,7 +50,7 @@ Sometimes you need to have a way to create RDS Aurora resources conditionally bu
5050
# This RDS cluster will not be created
5151
module "db" {
5252
source = "terraform-aws-modules/rds-aurora/aws"
53-
version = "~> 3.0"
53+
version = "~> 5.0"
5454
5555
create_cluster = false
5656
# ... omitted

0 commit comments

Comments
 (0)