Skip to content

Commit 42fc5ff

Browse files
oycycgberenice
andauthored
feat: upgrade deprecated dms versions (#18)
Co-authored-by: Veronika Gnilitska <[email protected]>
1 parent df24d39 commit 42fc5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variable "availability_zone" {
3636
variable "engine_version" {
3737
type = string
3838
description = "The engine version number of the replication instance"
39-
default = "3.4"
39+
default = "3.5.4"
4040
}
4141

4242
variable "multi_az" {
@@ -60,7 +60,7 @@ variable "publicly_accessible" {
6060
variable "replication_instance_class" {
6161
type = string
6262
description = "The compute and memory capacity of the replication instance as specified by the replication instance class"
63-
default = "dms.t2.small"
63+
default = "dms.t3.small"
6464
}
6565

6666
variable "security_group_create_before_destroy" {

0 commit comments

Comments
 (0)