File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ 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.4.0] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.3.1...v0.4.0 ) (2025-09-18)
12+
13+
14+ ### Features
15+
16+ * per module requirements configs for bigtable ([ #35 ] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/35 ) ) ([ 8152a79] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/8152a79b47fc87dbe1f6ea030d6852557197a4ba ) )
17+
18+
19+ ### Bug Fixes
20+
21+ * added missing validations ([ #37 ] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/37 ) ) ([ 81d7b51] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/81d7b51dbc181b3c06a99db99d2c802f2b55b636 ) )
22+
1123## [ 0.3.1] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.3.0...v0.3.1 ) (2025-05-22)
1224
1325
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 "bigtable" {
1717 source = "terraform-google-modules/bigtable/google"
18- version = "~> 0.3 "
18+ version = "~> 0.4 "
1919
2020 project_id = "<PROJECT ID>"
2121 bucket_name = "gcs-test-bucket"
Original file line number Diff line number Diff line change 2424 source :
2525 repo : https://github.com/GoogleCloudPlatform/terraform-google-bigtable.git
2626 sourceType : git
27- version : 0.3.1
27+ version : 0.4.0
2828 actuationTool :
2929 flavor : Terraform
3030 version : " >= 1.3"
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/bigtable/v0.3.1 "
27+ module_name = " blueprints/terraform/bigtable/v0.4.0 "
2828 }
2929}
You can’t perform that action at this time.
0 commit comments