File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PROJECT_NAME := provider-$(PROVIDER_NAME)
1111PROJECT_REPO := github.com/upbound/$(PROJECT_NAME )
1212
1313export TERRAFORM_VERSION := 1.5.5
14- export TERRAFORM_PROVIDER_VERSION := 5.45.0
14+ export TERRAFORM_PROVIDER_VERSION := 5.45.2
1515export TERRAFORM_PROVIDER_SOURCE := hashicorp/google
1616export TERRAFORM_PROVIDER_REPO ?= https ://github.com/hashicorp/terraform-provider-google
1717export TERRAFORM_DOCS_PATH ?= website/docs/r
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/crossplane/upjet v1.4.1-0.20250108142216-db86f70a1651
1414 github.com/hashicorp/terraform-json v0.22.1
1515 github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
16- github.com/hashicorp/terraform-provider-google v1.20.1-0.20241111170140-c875b30c3ae6
16+ github.com/hashicorp/terraform-provider-google v1.20.1-0.20250210210506-63544af4b220
1717 github.com/pkg/errors v0.9.1
1818 gopkg.in/alecthomas/kingpin.v2 v2.2.6
1919 k8s.io/apimachinery v0.30.0
@@ -101,6 +101,7 @@ require (
101101 github.com/hashicorp/terraform-plugin-framework-validators v0.9.0 // indirect
102102 github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
103103 github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
104+ github.com/hashicorp/terraform-plugin-mux v0.15.0 // indirect
104105 github.com/hashicorp/terraform-plugin-testing v1.5.1 // indirect
105106 github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
106107 github.com/hashicorp/terraform-svchost v0.1.1 // indirect
Original file line number Diff line number Diff line change @@ -254,6 +254,8 @@ github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxA
254254github.com/hashicorp/terraform-plugin-testing v1.5.1 /go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0 =
255255github.com/hashicorp/terraform-provider-google v1.20.1-0.20241111170140-c875b30c3ae6 h1:O7G/mWdsQCJJDc2wWmSfEbjsGf0VtxzOVGKZZYj68m4 =
256256github.com/hashicorp/terraform-provider-google v1.20.1-0.20241111170140-c875b30c3ae6 /go.mod h1:Iqt6uYg1iDXW2rOMsZQiFpkt2YnD88HfaTEohOJrla4 =
257+ github.com/hashicorp/terraform-provider-google v1.20.1-0.20250210210506-63544af4b220 h1:mrAWz9g4b2hbuIZ50mI5gsRgdg7zQs2wFpVSAVIxHYY =
258+ github.com/hashicorp/terraform-provider-google v1.20.1-0.20250210210506-63544af4b220 /go.mod h1:Iqt6uYg1iDXW2rOMsZQiFpkt2YnD88HfaTEohOJrla4 =
257259github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI =
258260github.com/hashicorp/terraform-registry-address v0.2.3 /go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM =
259261github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ =
You can’t perform that action at this time.
0 commit comments