File tree Expand file tree Collapse file tree 5 files changed +12
-78
lines changed Expand file tree Collapse file tree 5 files changed +12
-78
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:enhancement
2+ gkehub: promoted the `google_gke_hub_feature_membership` resource to GA
3+ ```
Original file line number Diff line number Diff line change 33
44require (
55 cloud.google.com/go/bigtable v1.19.0
6- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.49 .0
6+ github.com/GoogleCloudPlatform/declarative-resource-client-library v1.50 .0
77 github.com/apparentlymart/go-cidr v1.1.0
88 github.com/davecgh/go-spew v1.1.1
99 github.com/dnaeon/go-vcr v1.0.1
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ cloud.google.com/go/iam v1.1.0/go.mod h1:nxdHjaKfCr7fNYx/HJMM8LgiMugmveWlkatear5
1515cloud.google.com/go/longrunning v0.5.1 h1:Fr7TXftcqTudoyRJa113hyaqlGdiBQkp0Gq7tErFDWI =
1616cloud.google.com/go/longrunning v0.5.1 /go.mod h1:spvimkwdz6SPWKEt/XBij79E9fiTkHSQl/fRUUQJYJc =
1717github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
18- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.48.0 h1:+1lMwM8ZN8IGqYnSn2qh3Kb0fBBf9SwB+7yPBtcpNsM =
19- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.48.0 /go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k =
20- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.49.0 h1:XvQtlNIEx3wMIXa+eymDIqYO5gvjYoMsi3XF2fblKmM =
21- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.49.0 /go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k =
18+ github.com/GoogleCloudPlatform/declarative-resource-client-library v1.50.0 h1:tsuB2FrGmDXIPUdhRD6YdUuvIzAly6+RYpyRkKWwk9E =
19+ github.com/GoogleCloudPlatform/declarative-resource-client-library v1.50.0 /go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k =
2220github.com/Microsoft/go-winio v0.4.14 /go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA =
2321github.com/Microsoft/go-winio v0.4.16 h1:FtSW/jqD+l4ba5iPBj9CODVtgfYAD8w2wS923g/cFDk =
2422github.com/Microsoft/go-winio v0.4.16 /go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0 =
Original file line number Diff line number Diff line change @@ -160,7 +160,8 @@ type ProviderModel struct {
160160 EventarcCustomEndpoint types.String `tfsdk:"eventarc_custom_endpoint"`
161161 FirebaserulesCustomEndpoint types.String `tfsdk:"firebaserules_custom_endpoint"`
162162 RecaptchaEnterpriseCustomEndpoint types.String `tfsdk:"recaptcha_enterprise_custom_endpoint"`
163- GkehubFeatureCustomEndpoint types.String `tfsdk:"gkehub_feature_custom_endpoint"`
163+
164+ GkehubFeatureCustomEndpoint types.String `tfsdk:"gkehub_feature_custom_endpoint"`
164165}
165166
166167type ProviderBatching struct {
You can’t perform that action at this time.
0 commit comments