Skip to content

Commit

Permalink
description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cvirtucio committed Dec 12, 2023
1 parent eccee03 commit ec26333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .terraform-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.6.5
4 changes: 2 additions & 2 deletions internal/provider/resource_report_graph_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const reportRunStartsAtLayout = "2006-01-02 15:04:05 +0000 UTC"

func resourceWizReportGraphQuery() *schema.Resource {
return &schema.Resource{
Description: "TBD.",
Description: "A GraphQL Query Report is an automated query that can be scheduled to run at hourly intervals.",
Schema: map[string]*schema.Schema{
"name": {
Type: schema.TypeString,
Expand All @@ -33,7 +33,7 @@ func resourceWizReportGraphQuery() *schema.Resource {
ForceNew: true,
Optional: true,
Default: "*",
Description: "The ID of the project that this report belongs to (changing this requires re-creatting the report).",
Description: "The ID of the project that this report belongs to (changing this requires re-creatting the report). Defaults to all projects.",
},
"query": {
Type: schema.TypeString,
Expand Down

0 comments on commit ec26333

Please sign in to comment.