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 8b0d3a9 commit 60849b5Copy full SHA for 60849b5
README.md
@@ -21,7 +21,7 @@ This Terraform module provisions an Amazon RDS PostgreSQL database on AWS. Amazo
21
## Usage Examples
22
```hcl
23
module "rds-pg" {
24
- source = "squareops/postgresql-rds/aws"
+ source = "squareops/rds-postgresql/aws"
25
name = "postgresql"
26
db_name = "proddb"
27
vpc_id = "vpc-047eb8acfb73"
example/complete/main.tf
@@ -17,7 +17,7 @@ locals {
17
}
18
19
20
name = local.name
db_name = "postgres"
multi_az = "true"
0 commit comments