provider: Add build tag for Terraform provider (#2992)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-03-18 14:30:56 +01:00 committed by Daniel Weiße
parent 0a09b02e71
commit 10c20f6f0b
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C

View File

@ -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"],
)