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 GitHub
parent 6a2dffc379
commit dc86a30988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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