diff --git a/octopusdeploy/resource_generic_oidc_account_test.go b/octopusdeploy/resource_generic_oidc_account_test.go index 0062e7ba..0b5d12c9 100644 --- a/octopusdeploy/resource_generic_oidc_account_test.go +++ b/octopusdeploy/resource_generic_oidc_account_test.go @@ -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" } diff --git a/octopusdeploy/schema_generic_oidc_account.go b/octopusdeploy/schema_generic_oidc_account.go index 03136abe..02a6c388 100644 --- a/octopusdeploy/schema_generic_oidc_account.go +++ b/octopusdeploy/schema_generic_oidc_account.go @@ -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),