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.3.0] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.2.1...v0.3.0 ) (2025-03-26)
12+
13+
14+ ### Features
15+
16+ * Added recommended defaults for blueprint variables ([ #20 ] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/20 ) ) ([ e2a5c82] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/e2a5c820d00d7e3c0be08a6ba86a091cb07823de ) )
17+
18+
19+ ### Bug Fixes
20+
21+ * Adding alternate defaults for tables ([ #28 ] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/28 ) ) ([ dacf620] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/dacf6204cecf025fd3e6af6fd182446fa2a06055 ) )
22+
1123## [ 0.2.1] ( https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.2.0...v0.2.1 ) (2025-03-12)
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.2 "
18+ version = "~> 0.3 "
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.2.1
27+ version : 0.3.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.2.1 "
27+ module_name = " blueprints/terraform/bigtable/v0.3.0 "
2828 }
2929}
You can’t perform that action at this time.
0 commit comments