We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e25374 commit 040366eCopy full SHA for 040366e
Makefile
@@ -6,7 +6,7 @@ default: build
6
build: $(shell find . \( -type f -name '*.go' -print \))
7
set -xe ;\
8
vtag=$$(git describe --tags --abbrev=12 --dirty --broken) ;\
9
- go build -o terragrunt-iac-engine-opentofu -ldflags "-X github.com/gruntwork-io/go-commons/version.Version=$${vtag} -extldflags '-static'" .
+ go build -o terragrunt-iac-engine-terraform -ldflags "-X github.com/gruntwork-io/go-commons/version.Version=$${vtag} -extldflags '-static'" .
10
11
clean:
12
rm -f engine
0 commit comments