Skip to content

Releases: terraform-linters/tflint-ruleset-aws

v0.27.0

16 Sep 17:15
Compare
Choose a tag to compare

0.27.0 (2023-09-17)

Enhancements

Chores

  • #535 #536: Bump github.com/zclconf/go-cty from 1.13.2 to 1.14.0
  • #537: Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0
  • #540: deps: Go 1.21 (@wata727)
  • #541: Bump actions/checkout from 3 to 4
  • #542: Bump golang.org/x/net from 0.14.0 to 0.15.0

v0.26.0

13 Aug 16:50
Compare
Choose a tag to compare

0.26.0 (2023-08-14)

Breaking Changes

  • #531: Update AWS provider/module and generated content
    • Removed aws_budgets_budget_invalid_name rule

BugFixes

  • #530: resource_missing_tags: Fix panic for unknown and null values (@wata727)

Chores

  • #529: Bump golang.org/x/net from 0.12.0 to 0.14.0

v0.25.0

29 Jul 15:20
Compare
Choose a tag to compare

0.25.0 (2023-07-29)

Enhancements

  • #514: Update AWS provider/module and generated content

BugFixes

Chores

  • #523: release: Add raw binary entries to checksums.txt (@wata727)

v0.24.3

22 Jul 13:52
Compare
Choose a tag to compare

0.24.3 (2023-07-22)

  • #517: resource_missing_tags: rewrite to only consider keys (@bendrucker)
  • #519: resource_missing_tags: Ignore non-existent provider aliases (@wata727)

v0.24.2

18 Jul 16:47
Compare
Choose a tag to compare

0.24.2 (2023-07-19)

Enhancements

  • #505 #513: Update AWS provider/module and generated content

BugFixes

  • #511: fix: Fixed regression in tags with dynamic values (@JorgeReus)

Chores

  • #512: Bump golang.org/x/net from 0.11.0 to 0.12.0

v0.24.1

01 Jul 07:50
Compare
Choose a tag to compare

0.24.1 (2023-07-01)

  • #508: fix: Fixed the error 'Provider doesn't exist' and the provider exist (@JorgeReus)

v0.24.0

28 Jun 15:38
Compare
Choose a tag to compare

0.24.0 (2023-06-29)

Breaking Changes

  • #501: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.16.1 to 0.17.0
    • TFLint v0.40/v0.41 is no longer supported
  • #504: Update AWS provider/module and generated content (@wata727)
    • The following rules have been removed.
      • aws_macie_member_account_association_invalid_member_account_id
      • aws_macie_s3_bucket_association_invalid_bucket_name
      • aws_macie_s3_bucket_association_invalid_member_account_id
      • aws_macie_s3_bucket_association_invalid_prefix
      • aws_redshift_security_group_invalid_description
      • aws_redshift_security_group_invalid_name
      • aws_secretsmanager_secret_invalid_rotation_lambda_arn
    • The aws_resource_missing_tags rule no longer checks aws_db_security_group.

Enhancements

Chores

  • #497: Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2
  • #498: Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0
  • #500: Bump golang.org/x/net from 0.10.0 to 0.11.0
  • #502: Bump github.com/stretchr/testify from 1.7.2 to 1.8.4

v0.23.1

22 May 16:37
Compare
Choose a tag to compare

0.23.1 (2023-05-22)

Enhancements

  • #484: aws_route_not_specified_target: Add core_network_arn as target (@ttretau)
  • #485 #487 #490 #495: Update AWS provider/module and generated content

Chores

  • #493: Bump golang.org/x/net from 0.9.0 to 0.10.0

v0.23.0

22 Apr 14:50
Compare
Choose a tag to compare

0.23.0 (2023-04-22)

Enhancements

  • #471 #480: Update AWS provider/module and generated content

Chores

  • #436: Use NewRunner hook (@wata727)
  • #468: Bump actions/setup-go from 3 to 4
  • #469: Bump github.com/zclconf/go-cty from 1.13.0 to 1.13.1
  • #473: Bump peter-evans/create-pull-request from 4 to 5
  • #475: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.15.0 to 0.16.1
  • #477: docs: copy edits for deep check (@bendrucker)
  • #481: Follow up of the EnsureNoError deprecation (@wata727)

v0.22.1

18 Mar 11:04
Compare
Choose a tag to compare

0.22.1 (2023-03-18)

0.22.0 (2023-03-18)

Breaking Changes

Enhancements

  • #444 #451 #454: Update AWS provider/module and generated content

BugFixes

Chores

  • #445 #452 #460: Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.2
  • #447 #449 #459: Bump golang.org/x/net from 0.5.0 to 0.8.0
  • #450: Fix submodule checkout issue (@wata727)
  • #457: Bump github.com/zclconf/go-cty from 1.12.1 to 1.13.0
  • #458: Bump sigstore/cosign-installer from 2 to 3
  • #463: Fix generated_code_checks workflow step (@wata727)
  • #464: go 1.20 (@wata727)