Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
Signed-off-by: Yaron Tal <yarontal12@gmail.com>
  • Loading branch information
yaron committed Dec 6, 2024
1 parent 11742c5 commit fe270b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion provider/resource_keycloak_realm.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"errors"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
Expand Down
2 changes: 0 additions & 2 deletions provider/resource_keycloak_realm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
"github.com/keycloak/terraform-provider-keycloak/keycloak"
"regexp"
"testing"
)

func TestAccKeycloakRealm_basic(t *testing.T) {
Expand Down

0 comments on commit fe270b3

Please sign in to comment.