terraform-plugin-docs icon indicating copy to clipboard operation
terraform-plugin-docs copied to clipboard

Introduce new Tags flag

Open abergmeier opened this issue 3 years ago • 4 comments

Pass tags along to build.

abergmeier avatar Dec 23 '21 21:12 abergmeier

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Mar 12 '22 18:03 hashicorp-cla

@abergmeier any update on this? I actually need to build with specific tags, this would solve my problem.

project0 avatar Apr 18 '22 09:04 project0

From what I can gather Hashicorp seems to still be in the no Review phase. We maintain our fork of the binary.

abergmeier avatar Apr 18 '22 09:04 abergmeier

I just found a workaround to pass the tags, simply setting the environment variable GOFLAGS="-tags=tag,tag"works perfectly fine for me ;-)

https://pkg.go.dev/cmd/go#hdr-Environment_variables

project0 avatar Apr 18 '22 10:04 project0