Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions mmv1/third_party/terraform/fwmodels/provider_model.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down