Skip to content

Commit

Permalink
Merge pull request #103 from EventStore/add-24-6
Browse files Browse the repository at this point in the history
add 24.6 to terraform provider
  • Loading branch information
bshelton authored Aug 14, 2024
2 parents 58eea72 + 7044afa commit 4585f93
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 @@ -91,6 +91,7 @@ For `server_version`, use one of the available EventStoreDB product versions:
- `23.6`
- `23.10`
- `24.2`
- `24.6`

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", "24.2"}
var validServerVersions = []string{"20.6", "20.10", "21.6", "21.10", "22.6", "22.10", "23.6", "23.10", "24.2", "24.6"}
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 @@ -33,6 +33,7 @@ For `server_version`, use one of the available EventStoreDB product versions:
- `23.6`
- `23.10`
- `24.2`
- `24.6`

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

0 comments on commit 4585f93

Please sign in to comment.