Skip to content

Commit

Permalink
Update vault/resource_jwt_auth_backend_role_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
  • Loading branch information
maxenced and tvoran authored Dec 9, 2020
1 parent dd8ee64 commit 7599da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vault/resource_jwt_auth_backend_role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ resource "vault_jwt_auth_backend_role" "role" {
role_type = "jwt"
bound_audiences = ["https://myco.test"]
bound_claims_type = "string"
user_claim = "https://vault/user"
token_policies = ["default", "dev"]
}`, backend, role)
Expand Down

0 comments on commit 7599da4

Please sign in to comment.