Skip to content

Commit

Permalink
Improve auth0_action docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Aug 19, 2022
1 parent e057d93 commit 89c7435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "auth0_action" "my_action" {
Required:

- `id` (String) The trigger ID.
- `version` (String) The trigger version.
- `version` (String) The trigger version. This regulates which `runtime` versions are supported.


<a id="nestedblock--dependencies"></a>
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_auth0_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func newAction() *schema.Resource {
"version": {
Type: schema.TypeString,
Required: true,
Description: "The trigger version.",
Description: "The trigger version. This regulates which `runtime` versions are supported.",
},
},
},
Expand Down

0 comments on commit 89c7435

Please sign in to comment.