You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tflint-example tflint
./modules/test1/main.tf
NOTICE:1 "iam_instance_profile" is not specified. If you want to change it, you need to recreate instance. (Only less than Terra
form 0.8.8)
ERROR:3 "${var.instance_type}" is invalid instance type.
Result: 2 issues (1 errors , 0 warnings , 1 notices)
However, instance_type correctly set in variables.tf, modules/test1/variables.tf and terraform successfully apply this configuration.
The text was updated successfully, but these errors were encountered:
Hello.
I've found false error reporting on instance_type when use modules.
Test repo https://github.com/Nklya/tflint-example
TFLint version 0.3.4
However, instance_type correctly set in variables.tf, modules/test1/variables.tf and terraform successfully apply this configuration.
The text was updated successfully, but these errors were encountered: