Skip to content

Commit

Permalink
fix permadiff of encryption_configuration in resource_bigquery_table …
Browse files Browse the repository at this point in the history
…when API returns an empty object (#9757)

[upstream:e13491302ec24b3bee4a10d88b319d2cfa14067b]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Jan 8, 2024
1 parent 8260664 commit 0130e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/hashicorp/hcl/v2 v2.19.1
github.com/hashicorp/terraform-json v0.17.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240108161142-7ea3b7f86756
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240108191334-1e240c4f3cf2
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwU
github.com/hashicorp/terraform-plugin-mux v0.8.0 h1:WCTP66mZ+iIaIrCNJnjPEYnVjawTshnDJu12BcXK1EI=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 h1:wcOKYwPI9IorAJEBLzgclh3xVolO7ZorYd6U1vnok14=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0/go.mod h1:qH/34G25Ugdj5FcM95cSoXzUgIbgfhVLXCcEcYaMwq8=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240108161142-7ea3b7f86756 h1:JjGFteEnDiAAImkU4vZS/Vz8GTd+uthk8IEBcFXqxqo=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240108161142-7ea3b7f86756/go.mod h1:qtShqjWGxNH/NyYMUw+LhQ88r7nMZw57Ec6SpMyOuY0=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240108191334-1e240c4f3cf2 h1:ftN7SurOIyJ4OxeOQcCWDUq76pFn9X/OBXsNHRjAbX8=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240108191334-1e240c4f3cf2/go.mod h1:qtShqjWGxNH/NyYMUw+LhQ88r7nMZw57Ec6SpMyOuY0=
github.com/hashicorp/terraform-registry-address v0.2.2 h1:lPQBg403El8PPicg/qONZJDC6YlgCVbWDtNmmZKtBno=
github.com/hashicorp/terraform-registry-address v0.2.2/go.mod h1:LtwNbCihUoUZ3RYriyS2wF/lGPB6gF9ICLRtuDk7hSo=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
Expand Down

0 comments on commit 0130e68

Please sign in to comment.