After upgrading to the latest tflint version, tflint fails on aws_route_not_specified_target with the error unevaluable expression found. This seems to be an issue with the field gateway_id and happens on different places throughout our terraform code. It also affects the AWS VPC module (main.tf, line 206).
$ tflint --module
Failed to check ruleset; Failed to check `aws_route_not_specified_target` rule: unevaluable expression found in .example.tf:11
After upgrading to the latest tflint version, tflint fails on
aws_route_not_specified_target
with the errorunevaluable expression found
. This seems to be an issue with the fieldgateway_id
and happens on different places throughout our terraform code. It also affects the AWS VPC module (main.tf, line 206).Example Code
Version