Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Jan 23, 2022
1 parent 746549d commit e7d1780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ func installTFProvidedModule(dir string, custBinPath, mirrorURL *string) {
fmt.Printf("Reading required version from terraform file\n")
module, _ := tfconfig.LoadModule(dir)
tfconstraint := module.RequiredCore[0] //we skip duplicated definitions and use only first one
fmt.Println("tfconstraint", tfconstraint)
installFromConstraint(&tfconstraint, custBinPath, mirrorURL)
}

Expand Down
2 changes: 1 addition & 1 deletion test-data/test_versiontf/version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.12.0"
required_version = "~> 1.0.0"

required_providers {
aws = ">= 2.52.0"
Expand Down

0 comments on commit e7d1780

Please sign in to comment.