Skip to content

Commit

Permalink
Merge pull request #37047 from mbbush/typo-fix
Browse files Browse the repository at this point in the history
[docs] Typo fix in website docs
  • Loading branch information
justinretzolk authored Apr 23, 2024
2 parents 354cdd8 + ded256e commit bd0c9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/codecommit_repository.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This resource supports the following arguments:
* `repository_name` - (Required) The name for the repository. This needs to be less than 100 characters.
* `description` - (Optional) The description of the repository. This needs to be less than 1000 characters
* `default_branch` - (Optional) The default branch of the repository. The branch specified here needs to exist.
* `kms_key_id` - (Optional) The ARN of the encryption key. If no key is specified, the default `aws/codecommit`` Amazon Web Services managed key is used.
* `kms_key_id` - (Optional) The ARN of the encryption key. If no key is specified, the default `aws/codecommit` Amazon Web Services managed key is used.
* `tags` - (Optional) Key-value map of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.

## Attribute Reference
Expand Down

0 comments on commit bd0c9f2

Please sign in to comment.