Skip to content

Commit

Permalink
Merge pull request #480 from OctopusDeployLabs/john/rock
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons committed Feb 7, 2023
2 parents 7792e59 + 8bbad12 commit 8df721b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/schema_dynamic_worker_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func getDynamicWorkerPoolSchema() map[string]*schema.Schema {
Type: schema.TypeString,
ValidateDiagFunc: validation.ToDiagFunc(validation.StringInSlice([]string{
"Ubuntu1804",
"Ubuntu2204",
"UbuntuDefault",
"Windows2016",
"Windows2019",
Expand Down
1 change: 1 addition & 0 deletions octopusdeploy/schema_worker_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func getWorkerPoolSchema() map[string]*schema.Schema {
Type: schema.TypeString,
ValidateDiagFunc: validation.ToDiagFunc(validation.StringInSlice([]string{
"Ubuntu1804",
"Ubuntu2204",
"UbuntuDefault",
"Windows2016",
"Windows2019",
Expand Down

0 comments on commit 8df721b

Please sign in to comment.