File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,25 +60,25 @@ variable "snapshot_retention_limit" {
60
60
61
61
variable "automatic_failover_enabled" {
62
62
default = true
63
- type = string
63
+ type = bool
64
64
description = " Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails."
65
65
}
66
66
67
67
variable "at_rest_encryption_enabled" {
68
68
default = true
69
- type = string
69
+ type = bool
70
70
description = " Whether to enable encryption at rest."
71
71
}
72
72
73
73
variable "transit_encryption_enabled" {
74
74
default = true
75
- type = string
75
+ type = bool
76
76
description = " Whether to enable encryption in transit."
77
77
}
78
78
79
79
variable "apply_immediately" {
80
80
default = false
81
- type = string
81
+ type = bool
82
82
description = " Specifies whether any modifications are applied immediately, or during the next maintenance window."
83
83
}
84
84
You can’t perform that action at this time.
0 commit comments