Skip to content

Commit

Permalink
allows the use of server version 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSimpson committed Mar 13, 2024
1 parent 1e02a80 commit ada677b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/resources/managed_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ For `server_version`, use one of the available EventStoreDB product versions:
- `22.10`
- `23.6`
- `23.10`
- `24.2`

For `projection_level`, use one of the following values:
- `off` (the projections subsystem is disabled completely)
Expand Down
2 changes: 1 addition & 1 deletion esc/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ var slowResourceTimeout = &schema.ResourceTimeout{
}

var validProviders = []string{"aws", "gcp", "azure"}
var validServerVersions = []string{"20.6", "20.10", "21.6", "21.10", "22.6", "22.10", "23.6", "23.10"}
var validServerVersions = []string{"20.6", "20.10", "21.6", "21.10", "22.6", "22.10", "23.6", "23.10", "24.2"}
var validTopologies = []string{"single-node", "three-node-multi-zone"}
var validInstanceTypes = []string{"F1", "C4", "M8", "M16", "M32", "M64", "M128"}
var validDiskTypes = []string{"GP2", "GP3", "SSD", "PREMIUM-SSD-LRS"}
Expand Down
1 change: 1 addition & 0 deletions templates/resources/managed_cluster.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ For `server_version`, use one of the available EventStoreDB product versions:
- `22.10`
- `23.6`
- `23.10`
- `24.2`

For `projection_level`, use one of the following values:
- `off` (the projections subsystem is disabled completely)
Expand Down

0 comments on commit ada677b

Please sign in to comment.