File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.27.0 (2024-12-14)
2+
3+ ### Breaking Changes
4+
5+ - [ #332 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/332 ) : Update Magic Module
6+ - The following rules are renamed
7+ - ` google_big_query_routine_invalid_determinism_level ` -> ` google_bigquery_routine_invalid_determinism_level `
8+ - ` google_big_query_routine_invalid_language ` -> ` google_bigquery_routine_invalid_language `
9+ - ` google_big_query_routine_invalid_routine_type ` -> ` google_bigquery_routine_invalid_routine_type `
10+ - ` google_cloud_build_trigger_invalid_include_build_logs ` -> ` google_cloudbuild_trigger_invalid_include_build_logs `
11+ - ` google_security_center_organization_custom_module_invalid_enablement_state ` -> ` google_scc_event_threat_detection_custom_module_invalid_enablement_state `
12+ - ` google_security_center_folder_custom_module ` -> ` google_scc_folder_custom_module_invalid_enablement_state `
13+ - ` google_security_center_project_custom_module_invalid_enablement_state ` -> ` google_scc_project_custom_module_invalid_enablement_state `
14+ - ` google_security_center_source_invalid_display_name ` -> ` google_scc_source_invalid_display_name `
15+ - Removed ` google_compute_router_peer_invalid_advertise_mode ` rule
16+
17+ ### Chores
18+
19+ - [ #320 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/320 ) : Bump actions/setup-go from 4 to 5
20+ - [ #328 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/328 ) : Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.32.0
21+ - [ #331 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/331 ) : Bump google.golang.org/api from 0.150.0 to 0.163.0
22+ - [ #333 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/333 ) : deps: Go 1.22
23+
124## 0.26.0 (2023-11-13)
225
326### Breaking Changes
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1717``` hcl
1818plugin "google" {
1919 enabled = true
20- version = "0.26 .0"
20+ version = "0.27 .0"
2121 source = "github.com/terraform-linters/tflint-ruleset-google"
2222}
2323```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33import "fmt"
44
55// Version is ruleset version
6- const Version string = "0.26 .0"
6+ const Version string = "0.27 .0"
77
88// ReferenceLink returns the rule reference link
99func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments