Skip to content

Commit

Permalink
fix: use Terraform sdk for project import tests
Browse files Browse the repository at this point in the history
Required since Terraform 0.15.0
  • Loading branch information
sepek committed Feb 16, 2023
1 parent 9dd49cd commit da62491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeck/import_resource_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package rundeck
import (
"testing"

"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
"github.com/rundeck/go-rundeck/rundeck"
)

Expand Down

0 comments on commit da62491

Please sign in to comment.