Skip to content

Commit 969efc2

Browse files
committed
Bump Terraform provider version to v5.45.2
Signed-off-by: Stevo Slavic <sslavic@gmail.com>
1 parent 43b97ce commit 969efc2

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PROJECT_NAME := provider-$(PROVIDER_NAME)
1111
PROJECT_REPO := github.com/upbound/$(PROJECT_NAME)
1212

1313
export TERRAFORM_VERSION := 1.5.5
14-
export TERRAFORM_PROVIDER_VERSION := 5.45.0
14+
export TERRAFORM_PROVIDER_VERSION := 5.45.2
1515
export TERRAFORM_PROVIDER_SOURCE := hashicorp/google
1616
export TERRAFORM_PROVIDER_REPO ?= https://github.com/hashicorp/terraform-provider-google
1717
export TERRAFORM_DOCS_PATH ?= website/docs/r

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxA
254254
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
255255
github.com/hashicorp/terraform-provider-google v1.20.1-0.20241111170140-c875b30c3ae6 h1:O7G/mWdsQCJJDc2wWmSfEbjsGf0VtxzOVGKZZYj68m4=
256256
github.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=
257259
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
258260
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
259261
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)