Skip to content

Commit d4b02e4

Browse files
committed
Fix terragrunt README quick-start import to /v2
1 parent 2b0f15c commit d4b02e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/terragrunt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ options := &terragrunt.Options{
3131
```go
3232
import (
3333
"testing"
34-
"github.com/gruntwork-io/terratest/modules/terragrunt"
34+
"github.com/gruntwork-io/terratest/modules/terragrunt/v2"
3535
"github.com/stretchr/testify/assert"
3636
)
3737

0 commit comments

Comments
 (0)