From 5c665be7fbc1e4d65eaf0205d13604598cb25c9d Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Thu, 11 May 2023 11:32:39 +0200 Subject: [PATCH] Update actions_repository_permissions.html.markdown --- website/docs/r/actions_repository_permissions.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/actions_repository_permissions.html.markdown b/website/docs/r/actions_repository_permissions.html.markdown index ae341c3424..19b3f9bec8 100644 --- a/website/docs/r/actions_repository_permissions.html.markdown +++ b/website/docs/r/actions_repository_permissions.html.markdown @@ -50,5 +50,5 @@ The `allowed_actions_config` block supports the following: This resource can be imported using the name of the GitHub repository: ``` -$ terraform import github_actions_repository_permissions.test +$ terraform import github_actions_repository_permissions.test my-repository ```