Skip to content

Commit 0e4b4b8

Browse files
Fix permadiff on dataflow_flex_template_job (#14038) (#4026)
[upstream:ab863f2bdc7a243aeb78350e335959f8d4cfb84e] Signed-off-by: Modular Magician <[email protected]>
1 parent c5332ab commit 0e4b4b8

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
@@ -14,7 +14,7 @@ require (
1414
github.com/hashicorp/hcl/v2 v2.23.0
1515
github.com/hashicorp/terraform-json v0.24.0
1616
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.0
17-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250610015324-d2de0c9069ec
17+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250610155738-5ee1651f2196
1818
github.com/mitchellh/go-homedir v1.1.0
1919
github.com/pkg/errors v0.9.1
2020
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.0 h1:7/iejAPyCRBhqAg3jOx+4UcA
178178
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.0/go.mod h1:TiQwXAjFrgBf5tg5rvBRz8/ubPULpU0HjSaVi5UoJf8=
179179
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c=
180180
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
181-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250610015324-d2de0c9069ec h1:+l5S+o2m6BR+1WMKzD7pPjDEC3fV03NEzgxMK42gS3g=
182-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250610015324-d2de0c9069ec/go.mod h1:QS9dytYA/BzNKhKt9T+jLFuZzhpGYs9PcVcugNkJ8Aw=
181+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250610155738-5ee1651f2196 h1:pN3TLjx65cSryZ3XqK4loySSwix6V8Qen6HOPOeI0nU=
182+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250610155738-5ee1651f2196/go.mod h1:QS9dytYA/BzNKhKt9T+jLFuZzhpGYs9PcVcugNkJ8Aw=
183183
github.com/hashicorp/terraform-registry-address v0.2.4 h1:JXu/zHB2Ymg/TGVCRu10XqNa4Sh2bWcqCNyKWjnCPJA=
184184
github.com/hashicorp/terraform-registry-address v0.2.4/go.mod h1:tUNYTVyCtU4OIGXXMDp7WNcJ+0W1B4nmstVDgHMjfAU=
185185
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)