diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown
index 6e2c3ab..dcf2dfa 100644
--- a/website/docs/index.html.markdown
+++ b/website/docs/index.html.markdown
@@ -32,7 +32,7 @@ terraform {
msgraph = {
source = "pubg/msgraph"
- version = "0.0.3"
+ version = "0.0.5"
}
}
}
diff --git a/website/docs/r/app_role_assignment.html.markdown b/website/docs/r/app_role_assignment.html.markdown
index e9dc9f3..4531b1a 100644
--- a/website/docs/r/app_role_assignment.html.markdown
+++ b/website/docs/r/app_role_assignment.html.markdown
@@ -23,7 +23,7 @@ resource "msgraph_app_role_assignment" "example" {
# Application Role Id
app_role_id = ""
- tolerance_duplicate = true
+ tolerance_duplicate = true
}
```