Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 5, 2021
1 parent 9c3f802 commit bb29b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ldap-get-attribute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "user_badra001" {
```

# Sample Output
```json
```hcl
search_results = {
"attribute" = "mail"
"attribute_value" = [
Expand Down
2 changes: 1 addition & 1 deletion ldap-get-attribute/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* ```
*
* # Sample Output
* ```json
* ```hcl
* search_results = {
* "attribute" = "mail"
* "attribute_value" = [
Expand Down

0 comments on commit bb29b7a

Please sign in to comment.