From fdb31e87f4e64996de051a9c9bfa1048c605bc26 Mon Sep 17 00:00:00 2001 From: ndopj Date: Sun, 18 Feb 2024 21:36:22 +0100 Subject: [PATCH] fix(warehouse): transactional - database name updatable --- internal/warehouse/transactional_warehouse.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/warehouse/transactional_warehouse.go b/internal/warehouse/transactional_warehouse.go index 609a0a0..5f1034c 100644 --- a/internal/warehouse/transactional_warehouse.go +++ b/internal/warehouse/transactional_warehouse.go @@ -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,