Skip to content

Commit 002c2b2

Browse files
authored
docs(custom_property): fix typo and import example
s/comibnation/combination remove tags from import example that don't render properly on the TF registry
1 parent d63ad78 commit 002c2b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/r/repository_custom_property.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The following arguments are supported:
4040

4141
## Import
4242

43-
GitHub Repository Custom Property can be imported using an ID made up of a comibnation of the names of the organization, repository, custom property separated by a `:` character, e.g.
43+
GitHub Repository Custom Property can be imported using an ID made up of a combination of the names of the organization, repository, custom property separated by a `:` character, e.g.
4444

4545
```
46-
$ terraform import github_repository_custom_property.example <organization-name>:<repo-name>:<custom-property-name>
46+
$ terraform import github_repository_custom_property.example organization-name:repo-name:custom-property-name
4747
```

0 commit comments

Comments
 (0)