From 10c20f6f0b57565874863d794da84b49a10c7457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:30:56 +0100 Subject: [PATCH] provider: Add build tag for Terraform provider (#2992) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- terraform-provider-constellation/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform-provider-constellation/BUILD.bazel b/terraform-provider-constellation/BUILD.bazel index da0fd50ba..347af014b 100644 --- a/terraform-provider-constellation/BUILD.bazel +++ b/terraform-provider-constellation/BUILD.bazel @@ -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"], )