diff --git a/octopusdeploy/schema_dynamic_worker_pool.go b/octopusdeploy/schema_dynamic_worker_pool.go index aead4a625..9b87f9ca6 100644 --- a/octopusdeploy/schema_dynamic_worker_pool.go +++ b/octopusdeploy/schema_dynamic_worker_pool.go @@ -104,6 +104,7 @@ func getDynamicWorkerPoolSchema() map[string]*schema.Schema { "UbuntuDefault", "Windows2016", "Windows2019", + "Windows2022", "WindowsDefault", }, false)), }, diff --git a/octopusdeploy/schema_worker_pool.go b/octopusdeploy/schema_worker_pool.go index e98036b65..178c72909 100644 --- a/octopusdeploy/schema_worker_pool.go +++ b/octopusdeploy/schema_worker_pool.go @@ -81,6 +81,7 @@ func getWorkerPoolSchema() map[string]*schema.Schema { "UbuntuDefault", "Windows2016", "Windows2019", + "Windows2022", "WindowsDefault", }, false)), },