Skip to content

Commit 78d1a2c

Browse files
Redesign to use interfaces instead of direct access to azurehelper
1 parent e792234 commit 78d1a2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+11484
-752
lines changed

config/dependency.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/aws/aws-sdk-go/aws/awserr"
1616

1717
"github.com/gruntwork-io/terragrunt/awshelper"
18-
"github.com/gruntwork-io/terragrunt/azurehelper"
18+
"github.com/gruntwork-io/terragrunt/internal/azure/azurehelper"
1919
"github.com/gruntwork-io/terragrunt/internal/cache"
2020
"github.com/gruntwork-io/terragrunt/internal/experiment"
2121
"github.com/gruntwork-io/terragrunt/internal/remotestate"

config/dependency_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"testing"
1212
"time"
1313

14-
"github.com/gruntwork-io/terragrunt/azurehelper"
1514
"github.com/gruntwork-io/terragrunt/config"
15+
"github.com/gruntwork-io/terragrunt/internal/azure/azurehelper"
1616
"github.com/gruntwork-io/terragrunt/internal/remotestate"
1717
"github.com/gruntwork-io/terragrunt/options"
1818
"github.com/gruntwork-io/terragrunt/pkg/log"

0 commit comments

Comments
 (0)