Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aws_launch_configuration resource check #253

Closed
ghost opened this issue Nov 27, 2018 · 2 comments · Fixed by #318
Closed

Add aws_launch_configuration resource check #253

ghost opened this issue Nov 27, 2018 · 2 comments · Fixed by #318
Milestone

Comments

@ghost
Copy link

ghost commented Nov 27, 2018

tflint does not validate aws_launch_configuration resource, which is usually used in environment configuration:

  • used ami
  • instance type
  • instance_profile
@wata727 wata727 added this to the v0.9.0 milestone Dec 16, 2018
krzyzakp added a commit to krzyzakp/tflint that referenced this issue Jun 6, 2019
Fixes Issue terraform-linters#253 - adds rules checking in Launch Configuration:
- used ami
- instance type
- instance profile
@krzyzakp
Copy link
Contributor

krzyzakp commented Jun 6, 2019

Was bit annoyed by this as well, so made those checks, verified that works for instance_type and submitted PR.

@wata727
Copy link
Member

wata727 commented Jun 9, 2019

v0.8.3 has been released.
https://github.com/wata727/tflint/releases/tag/v0.8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants