mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-23 05:34:27 -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
0a09b02e71
commit
10c20f6f0b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue