From a058667f684f7f4a77ea13aac912ed43df146cfd Mon Sep 17 00:00:00 2001 From: isaac Date: Tue, 13 Aug 2024 14:54:49 +0930 Subject: [PATCH] Update docs --- docs/data-sources/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/accounts.md b/docs/data-sources/accounts.md index 90d281505..a108cfe1d 100644 --- a/docs/data-sources/accounts.md +++ b/docs/data-sources/accounts.md @@ -26,7 +26,7 @@ data "octopusdeploy_accounts" "example" { ### Optional -- `account_type` (String) A filter to search by a list of account types. Valid account types are `AmazonWebServicesAccount`, `AmazonWebServicesRoleAccount`, `AzureServicePrincipal`, `AzureSubscription`, `None`, `SshKeyPair`, `Token`, or `UsernamePassword`. +- `account_type` (String) A filter to search by a list of account types. Valid account types are `AmazonWebServicesAccount`, `AmazonWebServicesRoleAccount`, `AmazonWebServicesOidcAccount`, `AzureServicePrincipal`, `AzureSubscription`, `None`, `SshKeyPair`, `Token`, or `UsernamePassword`. - `ids` (List of String) A filter to search by a list of IDs. - `partial_name` (String) A filter to search by the partial match of a name. - `skip` (Number) A filter to specify the number of items to skip in the response.