Commit 1805bf9 1 parent 9db91f3 commit 1805bf9 Copy full SHA for 1805bf9
File tree 2 files changed +3
-1
lines changed
internal/provider/resources
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ go generate ./...
5
5
# Add examples and docs files to git after documentation is generated
6
6
git add examples/
7
7
git add docs/
8
+ git add internal/
8
9
echo "Pre-commit hook finished"
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ package resources_test
3
3
import (
4
4
"context"
5
5
"fmt"
6
- "github.com/astronomer/astronomer-terraform-provider/internal/clients"
7
6
"os"
8
7
"testing"
9
8
9
+ "github.com/astronomer/astronomer-terraform-provider/internal/clients"
10
+
10
11
"github.com/astronomer/astronomer-terraform-provider/internal/clients/platform"
11
12
astronomerprovider "github.com/astronomer/astronomer-terraform-provider/internal/provider"
12
13
"github.com/astronomer/astronomer-terraform-provider/internal/utils"
You can’t perform that action at this time.
0 commit comments