Adding a device without an org id now works
This commit is contained in:
parent
4cdb96e189
commit
84bd97c120
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ func (r *DeviceResource) Schema(ctx context.Context, req resource.SchemaRequest,
|
|||
Optional: true,
|
||||
Computed: true,
|
||||
PlanModifiers: []planmodifier.String{
|
||||
stringplanmodifier.RequiresReplace(),
|
||||
stringplanmodifier.UseStateForUnknown(),
|
||||
stringplanmodifier.RequiresReplace(),
|
||||
},
|
||||
},
|
||||
"name": schema.StringAttribute{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue