Skip to content

Commit 1dd915f

Browse files
authored
Merge pull request #664 from turkenf/bump-tf-5.45.0
Bump Terraform provider version to v5.45.0
2 parents 743ed2c + 17e5b66 commit 1dd915f

11 files changed

Lines changed: 124 additions & 5 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.44.2
14+
export TERRAFORM_PROVIDER_VERSION := 5.45.0
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

apis/spanner/v1beta1/zz_generated.deepcopy.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/spanner/v1beta1/zz_instance_types.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/spanner/v1beta2/zz_generated.deepcopy.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/spanner/v1beta2/zz_instance_types.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/provider-metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133192,6 +133192,7 @@ resources:
133192133192
manifest: |-
133193133193
{
133194133194
"config": "regional-us-central1",
133195+
"default_backup_schedule_type": "AUTOMATIC",
133195133196
"display_name": "Test Spanner Instance",
133196133197
"labels": {
133197133198
"foo": "bar"
@@ -133311,6 +133312,13 @@ resources:
133311133312
In order to obtain a valid list please consult the
133312133313
Configuration section of the docs.
133313133314
create: '- Default is 20 minutes.'
133315+
default_backup_schedule_type: |-
133316+
-
133317+
(Optional)
133318+
Controls the default backup behavior for new databases within the instance.
133319+
Note that AUTOMATIC is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
133320+
if unset or NONE, no default backup schedule will be created for new databases within the instance.
133321+
Possible values are: NONE, AUTOMATIC.
133314133322
delete: '- Default is 20 minutes.'
133315133323
display_name: |-
133316133324
-

config/schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples-generated/spanner/v1beta2/instance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
spec:
1010
forProvider:
1111
config: regional-us-central1
12+
defaultBackupScheduleType: AUTOMATIC
1213
displayName: Test Spanner Instance
1314
labels:
1415
foo: bar

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/crossplane/upjet v1.4.1-0.20241007154751-5cdf36996e4a
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.20241011195524-c34353d94531
16+
github.com/hashicorp/terraform-provider-google v1.20.1-0.20241111170140-c875b30c3ae6
1717
github.com/pkg/errors v0.9.1
1818
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1919
k8s.io/apimachinery v0.29.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh
254254
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
255255
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c=
256256
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
257-
github.com/hashicorp/terraform-provider-google v1.20.1-0.20241011195524-c34353d94531 h1:DLf/+VYr3lu99O6DCyAqKupToR8dYMEdf5Pt12O1r18=
258-
github.com/hashicorp/terraform-provider-google v1.20.1-0.20241011195524-c34353d94531/go.mod h1:Iqt6uYg1iDXW2rOMsZQiFpkt2YnD88HfaTEohOJrla4=
257+
github.com/hashicorp/terraform-provider-google v1.20.1-0.20241111170140-c875b30c3ae6 h1:O7G/mWdsQCJJDc2wWmSfEbjsGf0VtxzOVGKZZYj68m4=
258+
github.com/hashicorp/terraform-provider-google v1.20.1-0.20241111170140-c875b30c3ae6/go.mod h1:Iqt6uYg1iDXW2rOMsZQiFpkt2YnD88HfaTEohOJrla4=
259259
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
260260
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
261261
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)