Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
The recursive inclusion of the download test should not be there as this version is used to validate import of a module from another repo/version.
  • Loading branch information
jocgir committed Oct 5, 2024
1 parent bd53d15 commit 81db053
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/fixture-download/hello-world/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ output "test" {
module "hello" {
source = "./hello"
}

module "remote" {
source = "github.com/coveooss/terragrunt.git//test/fixture-download/hello-world?ref=download_test"
name = var.name
}

0 comments on commit 81db053

Please sign in to comment.