diff --git a/mmv1/third_party/terraform/fwmodels/provider_model.go.erb b/mmv1/third_party/terraform/fwmodels/provider_model.go.erb index 9d16de58a938..a7583193bad2 100644 --- a/mmv1/third_party/terraform/fwmodels/provider_model.go.erb +++ b/mmv1/third_party/terraform/fwmodels/provider_model.go.erb @@ -59,12 +59,6 @@ type ProviderModel struct { RecaptchaEnterpriseCustomEndpoint types.String `tfsdk:"recaptcha_enterprise_custom_endpoint"` GkehubFeatureCustomEndpoint types.String `tfsdk:"gkehub_feature_custom_endpoint"` - -<% if version == "private" -%> - // artifact from a private internal fork- this one can be removed when the - // internal definition is removed. - RunCustomEndpoint types.String `tfsdk:"run_custom_endpoint"` -<% end -%> } type ProviderBatching struct {