From 6c55876a67f4ba698f5cf36a3787a8c4e94a537f Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Mon, 27 Apr 2026 17:55:14 +0200 Subject: [PATCH] doc(github_repository): Removed misleading note about unsupported un-archiving --- website/docs/r/repository.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/repository.html.markdown b/website/docs/r/repository.html.markdown index d8323a7d13..f40b005dfd 100644 --- a/website/docs/r/repository.html.markdown +++ b/website/docs/r/repository.html.markdown @@ -108,7 +108,7 @@ The following arguments are supported: and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the initial repository creation and create the target branch inside of the repository prior to setting this attribute. -- `archived` - (Optional) Specifies if the repository should be archived. Defaults to `false`. **NOTE** Currently, the API does not support unarchiving. +- `archived` - (Optional) Specifies if the repository should be archived. Defaults to `false`. - `archive_on_destroy` - (Optional) Set to `true` to archive the repository instead of deleting on destroy.