Skip to content

Commit 290875f

Browse files
committed
fixup! prepare v0.3.0
Signed-off-by: Yoan Blanc <yblanc@edgelab.ch>
1 parent 7c3e805 commit 290875f

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
@@ -15,11 +15,11 @@ variable "plaintext_password" {
1515
}
1616

1717
variable "default_character_set" {
18-
default = "utf8"
18+
default = "utf8mb4"
1919
}
2020

2121
variable "default_collation" {
22-
default = "utf8_unicode_ci"
22+
default = "utf8mb4_unicode_ci"
2323
}
2424

2525
variable "vault_backend_path" {

0 commit comments

Comments
 (0)