Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 7a27cac

Browse files
fix: SRE-382: Fix examples for optional PG password
1 parent 3f423c8 commit 7a27cac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

terraform/aws/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Deploy Label Studio with AWS RDS as database.
7575
postgresql_type = "rds"
7676
postgresql_database = "<REPLACE_ME>"
7777
postgresql_username = "<REPLACE_ME>"
78-
postgresql_password = "<REPLACE_ME>"
7978
```
8079

8180
[Full tfvars file example](examples/opensource_rds.tfvars)

terraform/aws/examples/opensource_rds.tfvars

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ label_studio_additional_set = {
1515
postgresql_type = "rds"
1616
postgresql_database = "<REPLACE_ME>"
1717
postgresql_username = "<REPLACE_ME>"
18-
postgresql_password = "<REPLACE_ME>"

0 commit comments

Comments
 (0)