Skip to content

Commit

Permalink
feat(kafka_quota): changed request_percentage field to float type
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyroslav committed Jan 8, 2025
1 parent 90088a6 commit c6189eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sdkprovider/service/account/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package account

import (
"context"
"github.com/aiven/terraform-provider-aiven/internal/plugin/util"
"strings"
"time"

Expand All @@ -12,6 +11,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/aiven/terraform-provider-aiven/internal/common"
"github.com/aiven/terraform-provider-aiven/internal/plugin/util"
"github.com/aiven/terraform-provider-aiven/internal/schemautil"
)

Expand Down

0 comments on commit c6189eb

Please sign in to comment.