Skip to content

Commit

Permalink
Merge pull request #33789 from kieran-lowe/docs/codecommit
Browse files Browse the repository at this point in the history
docs: use consistent CodeCommit service name
  • Loading branch information
ewbankkit authored Oct 6, 2023
2 parents ce40281 + d1dfea3 commit 3a6d6b1
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 3a6d6b1

Please sign in to comment.