Skip to content

Commit

Permalink
Replace all tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed Sep 25, 2018
1 parent 9e3e39e commit 925a5b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vault/resource_ldap_auth_backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ resource "vault_ldap_auth_backend" "test" {
tls_min_version = "tls11"
tls_max_version = "tls12"
insecure_tls = false
binddn = "cn=example.com"
bindpass = "supersecurepassword"
discoverdn = false
deny_null_bind = true
binddn = "cn=example.com"
bindpass = "supersecurepassword"
discoverdn = false
deny_null_bind = true
}
`, path)

Expand Down

0 comments on commit 925a5b4

Please sign in to comment.