Skip to content

Commit

Permalink
chore: update action runtimes supported
Browse files Browse the repository at this point in the history
  • Loading branch information
yinzara committed Jun 26, 2024
1 parent 607900c commit 0811c8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auth0/resource_auth0_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ func newAction() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
"node12",
"node16",
"node18",
}, false),
Description: "The Node runtime. For example `node16`, defaults to `node12`",
Description: "\"The Node runtime. Defaults to `node18`. Possible values are: `node16` (not recommended), or `node18` (recommended).",
},
"secrets": {
Type: schema.TypeList,
Expand Down

0 comments on commit 0811c8b

Please sign in to comment.