Skip to content

Commit dcae004

Browse files
authored
docs: Fix import command syntax for GitHub custom property documentation (#2871)
1 parent 9ce07f8 commit dcae004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/repository_custom_property.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ The following arguments are supported:
4343
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.
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)