Skip to content

Commit

Permalink
fix: more typos and unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
grace-rehn committed Dec 2, 2024
1 parent 0b44e43 commit 33358ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions octopusdeploy/resource_generic_oidc_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ func testGenericOpenIDConnectAccountBasic(localName string, name string, descrip
name = "%s"
tenanted_deployment_participation = "%s"
execution_subject_keys = %s
health_subject_keys = %s
account_test_subject_keys = %s
audience = "%s"
}
Expand Down
2 changes: 1 addition & 1 deletion octopusdeploy/schema_generic_oidc_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func expandGenericOpenIDConnectAccount(d *schema.ResourceData) *accounts.Generic

func getGenericOpenIdConnectAccountSchema() map[string]*schema.Schema {
return map[string]*schema.Schema{
"description": getDescriptionSchema("Azure OpenID Connect account"),
"description": getDescriptionSchema("Generic OpenID Connect account"),
"environments": getEnvironmentsSchema(),
"id": getIDSchema(),
"name": getNameSchema(true),
Expand Down

0 comments on commit 33358ae

Please sign in to comment.