From b1224df948ecba68b807f9c1dc10474492a732a4 Mon Sep 17 00:00:00 2001 From: yougyoung94 Date: Wed, 13 Oct 2021 21:18:09 +0900 Subject: [PATCH] Update version in document --- website/docs/index.html.markdown | 2 +- website/docs/r/app_role_assignment.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } ```