From e546e23dae188584d6f8f0a435a84a4fb78a90ce Mon Sep 17 00:00:00 2001 From: James Cradock Date: Fri, 11 Mar 2022 18:38:03 +0000 Subject: [PATCH] Fix whitespace in documentation for branch_protection_v3 (#1059) --- website/docs/r/branch_protection_v3.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/branch_protection_v3.html.markdown b/website/docs/r/branch_protection_v3.html.markdown index 075c86fa4e..12a7c25efd 100644 --- a/website/docs/r/branch_protection_v3.html.markdown +++ b/website/docs/r/branch_protection_v3.html.markdown @@ -117,5 +117,5 @@ The following arguments are supported: GitHub Branch Protection can be imported using an ID made up of `repository:branch`, e.g. ``` -$ terraform import github_branch_protection_v3.terraform terraform:main +$ terraform import github_branch_protection_v3.terraform terraform:main ```