Skip to content

Commit

Permalink
chore: mark cx_profile_name as unable to update in-place
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Christ <[email protected]>
  • Loading branch information
acch committed Nov 20, 2024
1 parent e203de8 commit ed9045b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ func (r *BroadcastDomainResource) Schema(ctx context.Context, req resource.Schem
"cx_profile_name": schema.StringAttribute{
MarkdownDescription: "Connection profile name",
Required: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplace(),
},
},
"ipspace": schema.StringAttribute{
MarkdownDescription: "Name of the IPspace the broadcast domain belongs to",
Expand Down

0 comments on commit ed9045b

Please sign in to comment.