Skip to content

Commit

Permalink
docs: fix SLURM version supported
Browse files Browse the repository at this point in the history
  • Loading branch information
quixoticmonk committed Feb 25, 2025
1 parent 17d2633 commit c8899e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/pcs_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resource "awscc_pcs_cluster" "example" {
scheduler = {
type = "SLURM"
version = "22.05.8"
version = "23.11"
}
size = "SMALL"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/awscc_pcs_cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ resource "awscc_pcs_cluster" "example" {

scheduler = {
type = "SLURM"
version = "22.05.8"
version = "23.11"
}

size = "SMALL"
Expand Down

0 comments on commit c8899e2

Please sign in to comment.