Skip to content

Commit 6950e08

Browse files
committed
version and gp3
1 parent 068e6d8 commit 6950e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ variable "deletion_protection" {
9999
}
100100
variable "storage_type" {
101101
description = "One of 'standard', 'gp2', 'gp3' (new generation of general purpose SSD), or 'io1'."
102-
default = "gp2"
102+
default = "gp3"
103103
}
104104
variable "identifier" {
105105
description = "The name of the RDS instance"
@@ -151,7 +151,7 @@ locals {
151151
tags = merge({
152152
Name = var.name,
153153
Module = "RDS MySQL"
154-
ModuleVersion = "v0.4.0"
154+
ModuleVersion = "v0.5.0"
155155
ModuleSource = "https://github.com/jetbrains-infra/terraform-aws-rds-mysql"
156156
}, var.tags)
157157
}

0 commit comments

Comments
 (0)