Skip to content

Commit

Permalink
docs: use consistent CodeCommit service name
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-lowe committed Oct 5, 2023
1 parent 794a098 commit d1dfea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/codecommit_repository.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This resource exports the following attributes in addition to the arguments abov

## Import

In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Codecommit repository using repository name. For example:
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import CodeCommit repository using repository name. For example:

```terraform
import {
Expand All @@ -49,7 +49,7 @@ import {
}
```

Using `terraform import`, import Codecommit repository using repository name. For example:
Using `terraform import`, import CodeCommit repository using repository name. For example:

```console
% terraform import aws_codecommit_repository.imported ExistingRepo
Expand Down

0 comments on commit d1dfea3

Please sign in to comment.