Skip to content

Releases: terraform-linters/tflint-ruleset-aws

v0.13.1

28 Mar 14:53
Compare
Choose a tag to compare

0.13.1 (2022-03-28)

GPG key ID: 8CE69160EB3F2FE9

BugFixes

  • #320: Call EnsureNoError after evaluating aws_route expression so unevaluable expressions are skipped (@jandersen-plaid)

v0.13.0

27 Mar 14:31
Compare
Choose a tag to compare

0.13.0 (2022-03-27)

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

GPG key ID: 8CE69160EB3F2FE9

Breaking Changes

  • #274: Bump tflint-plugin-sdk for gRPC-based new plugin system (@wata727)
  • #310: aws_spot_instance_request.instance_interruption_behaviour renamed (@PatMyron)
  • #317 #318: Update aws-sdk-go and AWS provider rules (@wata727)
    • Removed aws_amplify_domain_association_invalid_domain_name rule.

Enhancements

  • #309: refactor previous generation instance type rules (@PatMyron)
  • #315: rules: Add new aws_elastic_beanstalk_environment_invalid_name_format rule (@samhpickering)

Chores

  • #312: Bump actions/checkout from 2 to 3
  • #313: Bump github.com/hashicorp/aws-sdk-go-base from 1.0.0 to 1.1.0
  • #314: go 1.18 (@PatMyron)
  • #319: Bump GoReleaser version (@wata727)

v0.12.0

28 Jan 08:26
Compare
Choose a tag to compare

0.12.0 (2022-01-28)

GPG key ID: 8CE69160EB3F2FE9

Enhancements

Chores

  • #286: Updated missing documentation (@Rihoj)
  • #290: automating maintenance with Github actions (@PatMyron)
  • #298: Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
  • #302: git submodule update in automated maintenance (@PatMyron)

v0.11.0

03 Jan 15:19
Compare
Choose a tag to compare

0.11.0 (2022-01-04)

Many thanks to @PatMyron, a new maintainer! This release adds 589 SDK-based validation rules, significantly increasing resource coverage.

GPG key ID: 8CE69160EB3F2FE9

Enhancements

Read more

v0.10.1

09 Dec 15:35
Compare
Choose a tag to compare

0.10.1 (2021-12-10)

GPG key ID: 8CE69160EB3F2FE9

Enhancements

  • #211: rules: Add missing t4g ElastiCache node types (@acastro2)
  • #213: rules: Add data tiering node types for ElastiCache (@wata727)

Chores

  • #210: Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1
  • #214: Extract ElastiCache node types to utils (@wata727)

v0.10.0

04 Dec 09:41
Compare
Choose a tag to compare

0.10.0 (2021-12-04)

GPG key ID: 8CE69160EB3F2FE9

Enhancements

  • #202: rules: Add acm certificate lifecycle create before destroy rule (@AleksaC)
  • #208: Bump aws-sdk-go submodule and Terraform provider schema (@wata727)

Chores

  • #199: Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
  • #204: Bump github.com/hashicorp/aws-sdk-go-base from 0.7.1 to 1.0.0
  • #209: Bump github.com/aws/aws-sdk-go from 1.41.19 to 1.42.19

v0.9.0

06 Nov 14:04
Compare
Choose a tag to compare

0.9.0 (2021-11-06)

GPG key ID: 8CE69160EB3F2FE9

Breaking Changes

Enhancements

  • #197: Bump aws-sdk-go submodule and Terraform provider schema (@wata727)

BugFixes

  • #195: rules: Use EmitIssueOnExpr when emitting an issue for an expression (@wata727)

Chores

  • #196: Bump github.com/aws/aws-sdk-go from 1.40.54 to 1.41.19

v0.8.0

10 Oct 17:03
Compare
Choose a tag to compare

0.8.0 (2021-10-11)

GPG key ID: 8CE69160EB3F2FE9

Enhancements

  • #159: rules: Add aws_iam_group_policy_too_long rule (@Rihoj)
  • #187: rules: Add Aurora Graviton2-based T4g and X2g instances (@wata727)
  • #188: Bump aws-sdk-go submodule and Terraform provider schema (@wata727)

Chores

  • #185: Bump github.com/aws/aws-sdk-go from 1.40.32 to 1.40.54

v0.7.2

25 Sep 07:46
Compare
Choose a tag to compare

0.7.2 (2021-09-25)

GPG key ID: 8CE69160EB3F2FE9

BugFixes

  • #183: rules: Allow unbracketed IAM policy statements (@wata727)

Chores

v0.7.1

02 Sep 15:23
Compare
Choose a tag to compare

0.7.1 (2021-09-03)

GPG key ID: 8CE69160EB3F2FE9

BugFixes

  • #176: rules: Fix false positive for IAM policy document without Sid (@wata727)
  • #178: rules: Fix an error when policy is not evaluable

Chores

  • #175: rules: Fix broken aws_lambda_function_deprecated_runtime test (@wata727)