Skip to content

Commit

Permalink
sandbox_allocation_unit_resource pool_id requires replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdeněk Vydra committed Jun 22, 2023
1 parent 1d58192 commit 40aba17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/provider/sandbox_allocation_unit_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ func (r *sandboxAllocationUnitResource) Schema(_ context.Context, _ resource.Sch
"pool_id": schema.Int64Attribute{
MarkdownDescription: "Id of associated sandbox pool",
Required: true,
PlanModifiers: []planmodifier.Int64{
int64planmodifier.RequiresReplace(),
},
},
"allocation_request": schema.SingleNestedAttribute{
MarkdownDescription: "Associated allocation request",
Expand Down

0 comments on commit 40aba17

Please sign in to comment.