Skip to content
This repository was archived by the owner on Jan 31, 2021. It is now read-only.

Commit ed391b1

Browse files
authored
Update documentdb.tf (#6)
* Update documentdb.tf * Disable ssl by default * Address comemnts
1 parent ba92dc8 commit ed391b1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

documentdb.tf

+9-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,15 @@ variable "documentdb_preferred_backup_window" {
4646
}
4747

4848
variable "documentdb_cluster_parameters" {
49-
type = "list"
50-
default = []
49+
type = "list"
50+
51+
default = [
52+
{
53+
name = "tls"
54+
value = "disabled"
55+
},
56+
]
57+
5158
description = "List of DB parameters to apply"
5259
}
5360

0 commit comments

Comments
 (0)