Skip to content

Commit 5ca2e72

Browse files
Support node drain config (#16087) (#5018)
[upstream:534cd1f08de4cab912a460a6645f1dcacf80f23d] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent ad506d9 commit 5ca2e72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/hashicorp/hcl/v2 v2.24.0
1313
github.com/hashicorp/terraform-json v0.27.1
1414
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
15-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260115172846-cb26ef5ba7fc
15+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260115182930-2d0d27c73cf8
1616
github.com/mitchellh/go-homedir v1.1.0
1717
github.com/pkg/errors v0.9.1
1818
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 h1:mlAq/OrMlg04IuJT7NpefI1w
181181
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1/go.mod h1:GQhpKVvvuwzD79e8/NZ+xzj+ZpWovdPAe8nfV/skwNU=
182182
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c=
183183
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
184-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260115172846-cb26ef5ba7fc h1:waa935JzfsS8OMMc3jRZCMMsGMgbdSEnAs52fSWye+Y=
185-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260115172846-cb26ef5ba7fc/go.mod h1:8eg1tVfOJEzN2+inar3phK3XurwWzQq1O/6LsGlTZ7w=
184+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260115182930-2d0d27c73cf8 h1:laKkZDuhiiXY10/99ZFuWjijHIO0hT3CuRLJZhwTCpY=
185+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260115182930-2d0d27c73cf8/go.mod h1:8eg1tVfOJEzN2+inar3phK3XurwWzQq1O/6LsGlTZ7w=
186186
github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk=
187187
github.com/hashicorp/terraform-registry-address v0.4.0/go.mod h1:LRS1Ay0+mAiRkUyltGT+UHWkIqTFvigGn/LbMshfflE=
188188
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)