mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-03 12:19:27 -05: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
@ -6,6 +6,7 @@ go_binary(
|
|||||||
name = "tf_provider",
|
name = "tf_provider",
|
||||||
out = "terraform-provider-constellation", # for complying with Terraform provider naming convention
|
out = "terraform-provider-constellation", # for complying with Terraform provider naming convention
|
||||||
embed = [":terraform-provider-constellation_lib"],
|
embed = [":terraform-provider-constellation_lib"],
|
||||||
|
gotags = ["enterprise"],
|
||||||
pure = "on",
|
pure = "on",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user