mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
provider: Add build tag for Terraform provider (#2992)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
6a2dffc379
commit
dc86a30988
@ -6,6 +6,7 @@ go_binary(
|
||||
name = "tf_provider",
|
||||
out = "terraform-provider-constellation", # for complying with Terraform provider naming convention
|
||||
embed = [":terraform-provider-constellation_lib"],
|
||||
gotags = ["enterprise"],
|
||||
pure = "on",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user