Skip to content

Commit

Permalink
Add reader/writer info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed Nov 18, 2021
1 parent 8a42174 commit 526af47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,16 @@ usage: |2-
source = "cloudposse/rds-cluster/aws"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
name = "postgres"
engine = "aurora-postgresql"
cluster_family = "aurora-postgresql9.6"
# 1 writer, 1 reader
cluster_size = 2
# 1 writer, 3 reader
# cluster_size = 4
# 1 writer, 5 reader
# cluster_size = 6
namespace = "eg"
stage = "dev"
admin_user = "admin1"
Expand Down Expand Up @@ -293,3 +299,5 @@ contributors:
github: tptodorov
- name: Lee Huffman
github: leehuffman
- name: RB
github: nitrocode

0 comments on commit 526af47

Please sign in to comment.