Skip to content

Revert PR #1608: Revert modularization changes#1614

Merged
james00012 merged 1 commit intomainfrom
revert-pr-1608
Nov 11, 2025
Merged

Revert PR #1608: Revert modularization changes#1614
james00012 merged 1 commit intomainfrom
revert-pr-1608

Conversation

@james00012
Copy link
Copy Markdown
Contributor

@james00012 james00012 commented Nov 10, 2025

Summary

This PR reverts the changes from PR #1608 which modularized Terratest into independent Go modules.

Reason for Revert

Reverting the workspace setup and modularization changes as requested.

Changes Reverted

  • Removed independent Go modules for files, formatting, logger, retry, shell, testing, and terragrunt
  • Removed go.work and go.work.sum workspace files
  • Restored original module structure
  • Restored original dependency chain

Fixes #1613

@denis256
Copy link
Copy Markdown
Member

Looks like setup fails now

go: downloading golang.org/x/mod v0.28.0
go: github.com/gruntwork-io/terratest/modules/terragrunt imports
        github.com/gruntwork-io/terratest/modules/terraform imports
        github.com/gruntwork-io/terratest/modules/formatting: reading github.com/gruntwork-io/terratest/modules/formatting/go.mod at revision modules/formatting/v0.0.0: unknown revision modules/formatting/v0.0.0

Exited with code exit status 1

This reverts PR #1608, which introduced independent Go modules for the
terragrunt dependency chain. Reverting back to the original monolithic
module structure.
@james00012 james00012 merged commit bf09987 into main Nov 11, 2025
2 of 3 checks passed
@james00012 james00012 deleted the revert-pr-1608 branch November 11, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ambiguous import between terratest/random and terratest/terraform

2 participants