We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d764d2 commit a09cc72Copy full SHA for a09cc72
website/docs/r/actions_secret.html.markdown
@@ -58,7 +58,7 @@ The following arguments are supported:
58
This resource can be imported using an ID made up of the `repository` and `secret_name`:
59
60
```
61
-$ terraform import github_actions_secret.example_secret <repository>/<secret_name>
+$ terraform import github_actions_secret.example_secret repository/secret_name
62
63
64
NOTE: the implementation is limited in that it won't fetch the value of the
0 commit comments