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 bb6419e commit 6c1e85fCopy full SHA for 6c1e85f
.goreleaser.yaml
@@ -5,7 +5,8 @@ before:
5
builds:
6
- id: provider
7
main: ./main.go
8
- binary: terraform-provider-logstruct
+ # Binary inside the ZIP must be versioned for Terraform Registry ingestion
9
+ binary: terraform-provider-logstruct_v{{ .Version }}
10
env:
11
- CGO_ENABLED=0
12
goos: [linux, darwin, windows]
0 commit comments