There was an error while loading. Please reload this page.
1 parent 1a18112 commit 44ca372Copy full SHA for 44ca372
2 files changed
modules/database/variables.tf
@@ -19,9 +19,9 @@ variable "vpc_id" {
19
}
20
21
variable "engine_version" {
22
- description = "Version for MySQL Auora to use"
+ description = "Version for MySQL Auora to use -- major version only"
23
type = string
24
- default = "8.0.mysql_aurora.3.05.2"
+ default = "8.0"
25
26
27
variable "create_db_subnet_group" {
variables.tf
@@ -56,7 +56,7 @@ variable "enable_helm_wandb" {
56
variable "database_engine_version" {
57
description = "Version for MySQL Aurora"
58
59
- default = "8.0.mysql_aurora.3.07.1"
60
61
62
variable "database_instance_class" {
0 commit comments