Skip to content

Commit 1103e3d

Browse files
authored
Update README.md
1 parent f18521a commit 1103e3d

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
@@ -17,7 +17,7 @@ Note that if you only want to bootstrap your database, and do not need an RDS in
1717
### Minimal example
1818

1919
```hcl
20-
module "postgres_databases" {
20+
module "postgres_servers" {
2121
source = "terraform-aws-postgres-bootstrap"
2222
2323
environment = "dev"
@@ -62,7 +62,7 @@ module "postgres_databases" {
6262
### Full example
6363

6464
```hcl
65-
module "terraform-aws-postgres-bootstrap" {
65+
module "postrges_servers" {
6666
source = "terraform-aws-postgres-bootstrap"
6767
6868
environment = "dev"

0 commit comments

Comments
 (0)