Skip to content

Commit

Permalink
Update Schema queries
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCalligeros95 committed Aug 13, 2024
1 parent 5076bf7 commit b12519b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octopusdeploy/schema_queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import (

func getQueryAccountType() *schema.Schema {
return &schema.Schema{
Description: "A filter to search by a list of account types. Valid account types are `AmazonWebServicesAccount`, `AmazonWebServicesRoleAccount`, `AzureServicePrincipal`, `AzureSubscription`, `None`, `SshKeyPair`, `Token`, or `UsernamePassword`.",
Description: "A filter to search by a list of account types. Valid account types are `AmazonWebServicesAccount`, `AmazonWebServicesRoleAccount`, `AmazonWebServicesOidcAccount`, `AzureServicePrincipal`, `AzureSubscription`, `None`, `SshKeyPair`, `Token`, or `UsernamePassword`.",
Optional: true,
Type: schema.TypeString,
ValidateDiagFunc: validation.ToDiagFunc(validation.StringInSlice([]string{
"AmazonWebServicesAccount",
"AmazonWebServicesRoleAccount",
"AwsOIDCAccount",
"AmazonWebServicesOidcAccount",
"AzureServicePrincipal",
"AzureOIDC",
"AzureSubscription",
Expand Down

0 comments on commit b12519b

Please sign in to comment.