Skip to content

Commit

Permalink
fix(warehouse): transactional - database name updatable
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj committed Feb 18, 2024
1 parent a6ae4ac commit fdb31e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/warehouse/transactional_warehouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ func (r *TransactionalWarehouseResource) Schema(ctx context.Context, req resourc
},
"database": schema.StringAttribute{
Required: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplaceIfConfigured(),
},
},
"username": schema.StringAttribute{
Required: true,
Expand Down

0 comments on commit fdb31e8

Please sign in to comment.