diff --git a/website/docs/r/git_repository.html.markdown b/website/docs/r/git_repository.html.markdown index 70f48b6f4..42b3e0c43 100644 --- a/website/docs/r/git_repository.html.markdown +++ b/website/docs/r/git_repository.html.markdown @@ -12,7 +12,7 @@ Manages a git repository within Azure DevOps. ~>**NOTE** Importing an existing repository and running `terraform plan` will detect a difference on the `initialization` block. The `plan` and `apply` will then attempt to update the repository based on the `initialization` configurations. It may be necessary to ignore the `initialization` block from `plan` and `apply` to support configuring existing repositories imported into Terraform state.
-~>**NOTE** 1. `initialization.init_type` is `Uninitialized`: Changing `source_type` or `source_url` will not recreate the repository, but initialize the repository.
2. `initialization.init_type` is not `Uninitialized`: +~>**NOTE** 1. `initialization.init_type` is `Uninitialized`: Changing `source_type` or `source_url` will not recreate the repository, but initialize the repository.
2. `initialization.init_type` is not `Uninitialized`:
    1) Updating `init_type` will recreate the repository
    2) Updating `source_type` or `source_url` will recreate the repository @@ -234,13 +234,13 @@ The following arguments are supported: * `name` - (Required) The name of the git repository. * `initialization` - (Required) A `initialization` block as documented below. + --- * `parent_repository_id` - (Optional) The ID of a Git project from which a fork is to be created. * `disabled` - (Optional) The ability to disable or enable the repository. Defaults to `false`. - --- A `initialization` - block supports the following: