We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df24d39 commit 42fc5ffCopy full SHA for 42fc5ff
src/variables.tf
@@ -36,7 +36,7 @@ variable "availability_zone" {
36
variable "engine_version" {
37
type = string
38
description = "The engine version number of the replication instance"
39
- default = "3.4"
+ default = "3.5.4"
40
}
41
42
variable "multi_az" {
@@ -60,7 +60,7 @@ variable "publicly_accessible" {
60
variable "replication_instance_class" {
61
62
description = "The compute and memory capacity of the replication instance as specified by the replication instance class"
63
- default = "dms.t2.small"
+ default = "dms.t3.small"
64
65
66
variable "security_group_create_before_destroy" {
0 commit comments