Skip to content

Commit

Permalink
fix zoom_phone_call_queue_policy_voice_mail resource logic (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Tadayuki Onishi <[email protected]>
Co-authored-by: Tadayuki Onishi <[email protected]>
  • Loading branch information
kenchan0130 and Tadayuki Onishi authored Dec 22, 2024
1 parent 515e3a7 commit 925da46
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ package callqueuepolicy
import (
"context"
"fmt"
"strings"

"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
"github.com/samber/lo"
"strings"

"github.com/folio-sec/terraform-provider-zoom/internal/provider/shared"
"github.com/hashicorp/terraform-plugin-framework/resource"
Expand Down Expand Up @@ -89,8 +88,7 @@ This resource requires the ` + strings.Join([]string{
},
"shared_id": schema.StringAttribute{
Computed: true,
MarkdownDescription: "The number is limited to the minimum value of 10 or the number of allowed access members account setting.",
PlanModifiers: []planmodifier.String{stringplanmodifier.UseStateForUnknown()},
MarkdownDescription: "The shared ID of the voicemail access member.",
},
},
},
Expand Down

0 comments on commit 925da46

Please sign in to comment.