diff --git a/pkg/resource/service.go b/pkg/resource/service.go index c21b4247..2b96bf4b 100644 --- a/pkg/resource/service.go +++ b/pkg/resource/service.go @@ -15,7 +15,6 @@ import ( "github.com/hashicorp/terraform-plugin-framework-validators/int32validator" "github.com/hashicorp/terraform-plugin-framework-validators/int64validator" "github.com/hashicorp/terraform-plugin-framework-validators/mapvalidator" - "github.com/hashicorp/terraform-plugin-framework-validators/objectvalidator" "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator" "github.com/hashicorp/terraform-plugin-framework/attr" "github.com/hashicorp/terraform-plugin-framework/resource/schema/boolplanmodifier" @@ -391,9 +390,6 @@ func (r *ServiceResource) Schema(_ context.Context, _ resource.SchemaRequest, re Description: "If true, TDE is enabled for the service.", }, }, - Validators: []validator.Object{ - objectvalidator.ConflictsWith(path.Expressions{path.MatchRoot("warehouse_id")}...), - }, }, "query_api_endpoints": schema.SingleNestedAttribute{ Description: "Configuration of the query API endpoints feature.",