Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated RDS DB Version in variables.tf #584

Merged
merged 7 commits into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ variable "db_allocated_storage" {
variable "mysql_engine_version" {
type = string
description = "The engine version of MySQL"
default = "8.0.30"
default = "8.0.32"
}

variable "backup_retention_period" {
Expand Down Expand Up @@ -222,4 +222,4 @@ variable "notebook_idleness_check_period" {
description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)"
type = string
default = 5
}
}
4 changes: 2 additions & 2 deletions deployments/cognito-rds-s3/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ variable "db_allocated_storage" {
variable "mysql_engine_version" {
type = string
description = "The engine version of MySQL"
default = "8.0.30"
default = "8.0.32"
}

variable "backup_retention_period" {
Expand Down Expand Up @@ -222,4 +222,4 @@ variable "notebook_idleness_check_period" {
description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)"
type = string
default = 5
}
}
4 changes: 2 additions & 2 deletions deployments/rds-s3/terraform/rds-s3-components/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ variable "db_allocated_storage" {
variable "mysql_engine_version" {
type = string
description = "The engine version of MySQL"
default = "8.0.30"
default = "8.0.32"
}

variable "backup_retention_period" {
Expand Down Expand Up @@ -184,4 +184,4 @@ variable "notebook_idleness_check_period" {
description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)"
type = string
default = 5
}
}
4 changes: 2 additions & 2 deletions deployments/rds-s3/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ variable "db_allocated_storage" {
variable "mysql_engine_version" {
type = string
description = "The engine version of MySQL"
default = "8.0.30"
default = "8.0.32"
}

variable "backup_retention_period" {
Expand Down Expand Up @@ -184,4 +184,4 @@ variable "notebook_idleness_check_period" {
description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)"
type = string
default = 5
}
}
2 changes: 1 addition & 1 deletion iaac/terraform/aws-infra/rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "db_allocated_storage" {
variable "mysql_engine_version" {
type = string
description = "The engine version of MySQL"
default = "8.0.30"
default = "8.0.32"
}

variable "backup_retention_period" {
Expand Down