Skip to content

Commit

Permalink
Update internal/provider/schema_cloudflare_logpush_job.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
  • Loading branch information
sbfaulkner and jacobbednarz committed Jun 28, 2022
1 parent 1ef1554 commit a8cdb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/schema_cloudflare_logpush_job.go
Expand Up @@ -31,7 +31,7 @@ func resourceCloudflareLogpushJobSchema() map[string]*schema.Schema {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice([]string{"edge", "instant-logs", ""}, false),
Description: `The kind of logpush job to create. Valid values are "edge", "instant-logs", or "".`,
Description: fmt.Sprintf("The kind of logpush job to create. %s", renderAvailableDocumentationValuesStringSlice([]string{"edge", "instant-logs", "")),
},
"name": {
Type: schema.TypeString,
Expand Down

0 comments on commit a8cdb4c

Please sign in to comment.