Skip to content

Commit

Permalink
add default for show trend
Browse files Browse the repository at this point in the history
  • Loading branch information
zemberdotnet committed Aug 4, 2023
1 parent 9485e29 commit ac16ccd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jupiterone/resource_question.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ func (*QuestionResource) Schema(ctx context.Context, req resource.SchemaRequest,
Description: "Whether to enable daily trend data collection. Defaults to false.",
Optional: true,
Computed: true,
PlanModifiers: []planmodifier.Bool{
BoolDefaultValuePlanModifier(false),
},
Default: booldefault.StaticBool(false),
},
"polling_interval": schema.StringAttribute{
Description: "Frequency of automated question evaluation. Defaults to ONE_DAY.",
Expand Down

0 comments on commit ac16ccd

Please sign in to comment.