Skip to content

Commit 9213bc4

Browse files
authored
Merge pull request #37 from babbel/add-reader_endpoint-to-var.rds_cluster
add reader_endpoint to variables.tf
2 parents 24a7e95 + 6841c0a commit 9213bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ variable "rds_cluster" {
4949
master_username = string
5050
master_password = string
5151
endpoint = string
52+
reader_endpoint = string
5253
})
5354
default = null
5455

0 commit comments

Comments
 (0)