Skip to content

Commit

Permalink
provider: Add build tag for Terraform provider (#2992)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Mar 18, 2024
1 parent 6a2dffc commit dc86a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-provider-constellation/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
Expand Down

0 comments on commit dc86a30

Please sign in to comment.