File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
modules/schedule_spanner_backup Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99This changelog is generated automatically based on [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) .
1010
11+ ## [ 0.3.0] ( https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/compare/v0.2.0...v0.3.0 ) (2024-10-08)
12+
13+
14+ ### Features
15+
16+ * ** deps:** Update Terraform google to v6 ([ #45 ] ( https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/issues/45 ) ) ([ 1d5d603] ( https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/commit/1d5d60367bd6743e4614fd68b331e19210adcf9d ) )
17+
1118## [ 0.2.0] ( https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/compare/v0.1.0...v0.2.0 ) (2024-09-13)
1219
1320
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Basic usage of this module is as follows:
1515``` hcl
1616module "cloud_spanner" {
1717 source = "terraform-google-modules/cloud-spanner/google"
18- version = "~> 0.2 "
18+ version = "~> 0.3 "
1919
2020 project_id = "<PROJECT ID>"
2121 instance_name = "spanner-instance"
Original file line number Diff line number Diff line change 2323 source :
2424 repo : https://github.com/anaik91/terraform-google-cloud-spanner.git
2525 sourceType : git
26- version : 0.2 .0
26+ version : 0.3 .0
2727 actuationTool :
2828 type : Terraform
2929 version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Basic usage of this module is as follows:
1313``` hcl
1414module "cloud_spanner" {
1515 source = "terraform-google-modules/cloud-spanner/google"
16- version = "~> 0.2 "
16+ version = "~> 0.3 "
1717
1818 project_id = "<PROJECT ID>"
1919 bucket_name = "gcs-test-bucket"
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ terraform {
2424 }
2525
2626 provider_meta "google" {
27- module_name = " blueprints/terraform/cloud-spanner/v0.2 .0"
27+ module_name = " blueprints/terraform/cloud-spanner/v0.3 .0"
2828 }
2929}
You can’t perform that action at this time.
0 commit comments