Skip to content

Releases: terraform-linters/tflint-ruleset-google

v0.13.1

24 Oct 07:55

Choose a tag to compare

0.13.1 (2021-10-24)

GPG key ID: 8CE69160EB3F2FE9

Enhancements

  • #125: rules: Add a2 variants and information about machine type documentation
  • #126: rules: Add larger N2 machine types (Ice Lake) and Tau T2D types

v0.13.0

09 Oct 10:07

Choose a tag to compare

0.13.0 (2021-10-09)

GPG key ID: 8CE69160EB3F2FE9

Breaking Changes

  • #124: Update Magic Modules
    • Removed google_dns_record_set_invalid_type rule

Enhancements

  • #121: rules: Add google_project_iam_member_invalid_member rule
  • #122: rules: Add more google_project_iam_*_invalid_member rules

Chores

  • #120: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.1 to 2.8.0
  • #123: Bump google.golang.org/api from 0.56.0 to 0.58.0

v0.12.1

12 Sep 09:09

Choose a tag to compare

0.12.1 (2021-09-12)

GPG key ID: 8CE69160EB3F2FE9

BugFixes

  • #118: build: Update GoReleaser version
    • v0.12.0 release doesn't include darwin/arm64 build. This change fixes the issue.

v0.12.0

11 Sep 18:29

Choose a tag to compare

0.12.0 (2021-09-12)

GPG key ID: 8CE69160EB3F2FE9

Enhancements

  • #117: Update Magic Modules

Chores

  • #113: Bump actions/setup-go from 2.1.3 to 2.1.4
  • #114: Bump google.golang.org/api from 0.52.0 to 0.56.0
  • #115: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.7.1
  • #116: build: Go 1.17

v0.11.0

08 Aug 12:37

Choose a tag to compare

0.11.0 (2021-08-08)

GPG key ID: 8CE69160EB3F2FE9

Breaking Changes

  • #111: Update Magic Modules
    • Remove google_privateca_certificate_authority_invalid_tier rule

Chores

  • #107: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.9.0 to 0.9.1
  • #108: Bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.10.1
  • #110: Bump google.golang.org/api from 0.49.0 to 0.52.0

v0.10.0

04 Jul 16:52

Choose a tag to compare

0.10.0 (2021-07-05)

The minimum supported version of TFLint has changed in this version. TFLint v0.30.0+ is required for this plugin to work.

GPG key ID: 8CE69160EB3F2FE9

Breaking Changes

  • #104: Bump tflint-plugin-sdk to v0.9.0

Enhancements

  • #105: Update Magic Modules

Chores

  • #102: Bump google.golang.org/api from 0.47.0 to 0.49.0
  • #103: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.6.1 to 2.7.0

v0.9.1

12 Jun 09:07

Choose a tag to compare

0.9.1 (2021-06-12)

GPG key ID: 8CE69160EB3F2FE9

Chores

  • #100: build: Add support for darwin/arm64 build

v0.9.0

05 Jun 15:26

Choose a tag to compare

0.9.0 (2021-06-06)

GPG key ID: 8CE69160EB3F2FE9

Enhancements

  • #98: Update Magic Modules

Chores

  • #96: Bump google.golang.org/api from 0.45.0 to 0.47.0
  • #97: Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
  • #99: Add notes about auto installation

v0.8.0

02 May 10:12

Choose a tag to compare

0.8.0 (2021-05-02)

GPG key ID: 8CE69160EB3F2FE9

Breaking Changes

  • #94: Update Magic Modules
    • google_compute_address_invalid_purpose rule and google_compute_global_address_invalid_purpose rule are removed

Chores

  • #91: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.5.0 to 2.6.1
  • #92: Bump google.golang.org/api from 0.43.0 to 0.45.0
  • #93: Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.0

v0.7.0

04 Apr 13:48

Choose a tag to compare

0.7.0 (2021-04-04)

This release adds support for deep checking. google_disabled_api rule finds resource declarations that depend on APIs that are not enabled. See Deep Checking for details.

GPG key ID: 8CE69160EB3F2FE9

Enhancements

  • #75: rule: Add google_disabled_api rule
  • #84: rule: Add google_compute_resource_policy_invalid_name rule
  • #88: Update Magic Modules

Chores

  • #80: Bump github.com/google/go-cmp from 0.5.4 to 0.5.5
  • #81: Bump github.com/hashicorp/hcl/v2 from 2.9.0 to 2.9.1
  • #83: Add rule generator
  • #86: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.5.0
  • #87: Bump google.golang.org/api from 0.40.0 to 0.43.0
  • #89: Bump tflint-plugin-sdk