Skip to content

Commit

Permalink
Adjust test for mysql 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriesen committed Dec 12, 2023
1 parent 0a7febf commit d530d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gridscale/resource_gridscale_mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func testAccCheckResourceGridscaleMySQLConfig_basic(name string) string {
return fmt.Sprintf(`
resource "gridscale_mysql" "test" {
name = "%s"
release = "5.7"
release = "8.0"
performance_class = "standard"
}
`, name)
Expand All @@ -53,7 +53,7 @@ func testAccCheckResourceGridscaleMySQLConfig_basic_update() string {
return fmt.Sprintf(`
resource "gridscale_mysql" "test" {
name = "newname"
release = "5.7"
release = "8.0"
performance_class = "standard"
max_core_count = 20
mysql_max_connections = 2000
Expand Down

0 comments on commit d530d9f

Please sign in to comment.