Skip to content

Commit

Permalink
Update version in document
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyoung94 committed Oct 13, 2021
1 parent dc6850c commit b1224df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ terraform {
msgraph = {
source = "pubg/msgraph"
version = "0.0.3"
version = "0.0.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/app_role_assignment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "msgraph_app_role_assignment" "example" {
# Application Role Id
app_role_id = "<uuid>"
tolerance_duplicate = true
tolerance_duplicate = true
}
```

Expand Down

0 comments on commit b1224df

Please sign in to comment.