Skip to content

Commit a1848e4

Browse files
committed
remove outputs since they match the var.databases
1 parent cfe7ae4 commit a1848e4

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ TODO - do we need this seciton? If so, what's missing that I should fill in?
102102

103103
## Outputs
104104

105-
| Name | Description |
106-
| -------------------------------------------------------------------- | ----------- |
107-
| <a name="output_logical_dbs"></a> [logical_dbs](#output_logical_dbs) | n/a |
105+
No outputs.
108106

109107
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
110108

examples/complete/fixtures.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# postgres shell command to create this user:
44
# CREATE ROLE admin_user LOGIN CREATEDB PASSWORD 'insecure-pass-for-demo';
55
db_username = "admin_user"
6-
db_password = "insecure-pass-for-demo"
76

7+
db_password = "insecure-pass-for-demo"
88
db_scheme = "postgres"
99
db_hostname = "localhost"
1010
db_port = 5432

examples/complete/outputs.tf

Lines changed: 0 additions & 10 deletions
This file was deleted.

outputs.tf

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)