Skip to content

Commit

Permalink
Change module name to reflect actual repo
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Sep 19, 2024
1 parent af03e1e commit 542480c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/terraform-google-modules/three-tier-app/test/integration
module github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/test/integration

go 1.22

Expand Down
2 changes: 1 addition & 1 deletion test/integration/mysql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"time"

"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
"github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/test/integration"
"github.com/stretchr/testify/assert"
"github.com/terraform-google-modules/three-tier-app/test/integration"
)

// Retry if these errors are encountered.
Expand Down
2 changes: 1 addition & 1 deletion test/integration/simple_example/simple_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/gcloud"
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/utils"
"github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/test/integration"
"github.com/stretchr/testify/assert"
"github.com/terraform-google-modules/three-tier-app/test/integration"
)

// Retry if these errors are encountered.
Expand Down

0 comments on commit 542480c

Please sign in to comment.