Skip to content

Commit

Permalink
Merge pull request #16 from toolforge/T373094
Browse files Browse the repository at this point in the history
Update trove db versions
  • Loading branch information
vivian-rook authored Aug 23, 2024
2 parents 1dceb90 + 3825df5 commit a6f9779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trove.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "db_size" {
variable "maria_version" {
type = map(any)
default = {
"codfw1dev" = "10.6.1"
"codfw1dev" = "10.5.10"
"eqiad1" = "10.5.10"
}
}
Expand All @@ -43,7 +43,7 @@ variable "mysql_version" {
variable "psql_version" {
type = map(any)
default = {
"codfw1dev" = "13.3"
"codfw1dev" = "12.7"
"eqiad1" = "12.7"
}
}
Expand Down

0 comments on commit a6f9779

Please sign in to comment.