Skip to content

Commit

Permalink
fix more defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbauerinc committed Aug 1, 2024
1 parent b6230ac commit e54c4ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func (r *FQDNConnectionResource) Schema(ctx context.Context, req resource.Schema
Description: "Call parking enabled",
Optional: true,
Computed: true,
Default: booldefault.StaticBool(true),
Default: booldefault.StaticBool(false),
},
"channel_limit": schema.Int64Attribute{
Description: "Channel limit",
Expand Down

0 comments on commit e54c4ce

Please sign in to comment.