Skip to content

Commit a09cc72

Browse files
authored
Fix docs rendering error in actions_secret.html.markdown (#1876)
1 parent 2d764d2 commit a09cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/actions_secret.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following arguments are supported:
5858
This resource can be imported using an ID made up of the `repository` and `secret_name`:
5959

6060
```
61-
$ terraform import github_actions_secret.example_secret <repository>/<secret_name>
61+
$ terraform import github_actions_secret.example_secret repository/secret_name
6262
```
6363

6464
NOTE: the implementation is limited in that it won't fetch the value of the

0 commit comments

Comments
 (0)