diff --git a/website/docs/r/actions_organization_permissions.html.markdown b/website/docs/r/actions_organization_permissions.html.markdown index e3a386028c..dffff27239 100644 --- a/website/docs/r/actions_organization_permissions.html.markdown +++ b/website/docs/r/actions_organization_permissions.html.markdown @@ -56,8 +56,8 @@ The `enabled_repositories_config` block supports the following: ## Import -This resource can be imported using the ID of the GitHub organization: +This resource can be imported using the name of the GitHub organization: ``` -$ terraform import github_actions_organization_permissions.test +$ terraform import github_actions_organization_permissions.test github_organization_name ``` diff --git a/website/docs/r/actions_repository_access_level.html.markdown b/website/docs/r/actions_repository_access_level.html.markdown index 03632e6589..c59ee8674b 100644 --- a/website/docs/r/actions_repository_access_level.html.markdown +++ b/website/docs/r/actions_repository_access_level.html.markdown @@ -36,5 +36,5 @@ The following arguments are supported: This resource can be imported using the name of the GitHub repository: ``` -$ terraform import github_actions_repository_access_level.test +$ terraform import github_actions_repository_access_level.test my-repository ``` diff --git a/website/docs/r/codespaces_secret.html.markdown b/website/docs/r/codespaces_secret.html.markdown index 933ceff784..4af0608ec7 100644 --- a/website/docs/r/codespaces_secret.html.markdown +++ b/website/docs/r/codespaces_secret.html.markdown @@ -58,8 +58,8 @@ The following arguments are supported: This resource can be imported using an ID made up of the `repository` and `secret_name`: ``` -$ terraform import github_codespaces_secret.example_secret / +$ terraform import github_codespaces_secret.example_secret example_repository/example_secret_name ``` NOTE: the implementation is limited in that it won't fetch the value of the -`plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround. \ No newline at end of file +`plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround. diff --git a/website/docs/r/dependabot_secret.html.markdown b/website/docs/r/dependabot_secret.html.markdown index 50f3d56edf..831d40d3c5 100644 --- a/website/docs/r/dependabot_secret.html.markdown +++ b/website/docs/r/dependabot_secret.html.markdown @@ -58,8 +58,8 @@ The following arguments are supported: This resource can be imported using an ID made up of the `repository` and `secret_name`: ``` -$ terraform import github_dependabot_secret.example_secret / +$ terraform import github_dependabot_secret.example_secret example_repository/example_secret ``` NOTE: the implementation is limited in that it won't fetch the value of the -`plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround. \ No newline at end of file +`plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.