Skip to content

Commit

Permalink
Allowed modifying request headers via pre_create, pre_read, pre_updat…
Browse files Browse the repository at this point in the history
…e, or pre_delete custom code (#10405) (#2148)

[upstream:ffaae417cb248eaae954f16ed4c55700efe6577e]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Apr 11, 2024
1 parent 08b148d commit 4f5eba8
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.21.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240410190102-170b1be8c32a
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240411162951-b1ee0e9b104c
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 @@ -185,8 +185,8 @@ github.com/hashicorp/terraform-plugin-mux v0.15.0 h1:+/+lDx0WUsIOpkAmdwBIoFU8UP9
github.com/hashicorp/terraform-plugin-mux v0.15.0/go.mod h1:9ezplb1Dyq394zQ+ldB0nvy/qbNAz3mMoHHseMTMaKo=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh3R4yp6pKksKHcqZx5G8=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240410190102-170b1be8c32a h1:uZ5BJMGKloq9IN9lCH9F+1ZBpjldfUrC/g+9mWVfk4E=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240410190102-170b1be8c32a/go.mod h1:npw8FXjOQN2fX8iCSZCpm/B1rbOhXqxcyyQJZTXrUV0=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240411162951-b1ee0e9b104c h1:7hnSXoC8XfHfO3zQBMgRFCOFzm4cx9y7JxrozpDQegI=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240411162951-b1ee0e9b104c/go.mod h1:npw8FXjOQN2fX8iCSZCpm/B1rbOhXqxcyyQJZTXrUV0=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
Expand Down

0 comments on commit 4f5eba8

Please sign in to comment.