Skip to content

Commit

Permalink
docs: remove irrelevant issue from deep check example (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Dec 24, 2021
1 parent b7a5b1a commit 107de97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/deep_checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ For example, if the IAM profile references something that doesn't exist, terrafo

```console
$ tflint
2 issue(s) found:

Error: instance_type is not a valid value (aws_instance_invalid_type)

on template.tf line 3:
3: instance_type = "t1.2xlarge"
1 issue(s) found:

Error: "invalid_profile" is invalid IAM profile name. (aws_instance_invalid_iam_profile)

Expand Down

0 comments on commit 107de97

Please sign in to comment.