Skip to content

Commit 4b43fad

Browse files
Add support for configuring the Pod Snapshots feature (#16096) (#5007)
[upstream:124c484fa9ea49a389fff5f4494862fb796d0b38] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 27593a1 commit 4b43fad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.20260113223935-c4aca73d2931
15+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260114011418-5b0c272a0d3d
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.20260113223935-c4aca73d2931 h1:wuiNgsI/OlPr7k8S8ZMH0ZQCGb5ageTdo4N58BmJ388=
185-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260113223935-c4aca73d2931/go.mod h1:8eg1tVfOJEzN2+inar3phK3XurwWzQq1O/6LsGlTZ7w=
184+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260114011418-5b0c272a0d3d h1:NN3LLc8BSej5h7sRIvsggcu1yERZadTQgNtgqHrlAOY=
185+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20260114011418-5b0c272a0d3d/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)