Skip to content

Commit 60849b5

Browse files
updated repo references
1 parent 8b0d3a9 commit 60849b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This Terraform module provisions an Amazon RDS PostgreSQL database on AWS. Amazo
2121
## Usage Examples
2222
```hcl
2323
module "rds-pg" {
24-
source = "squareops/postgresql-rds/aws"
24+
source = "squareops/rds-postgresql/aws"
2525
name = "postgresql"
2626
db_name = "proddb"
2727
vpc_id = "vpc-047eb8acfb73"

example/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ locals {
1717
}
1818

1919
module "rds-pg" {
20-
source = "squareops/postgresql-rds/aws"
20+
source = "squareops/rds-postgresql/aws"
2121
name = local.name
2222
db_name = "postgres"
2323
multi_az = "true"

0 commit comments

Comments
 (0)