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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
TFLint ruleset plugin for Terraform AWS Provider
7
7
8
-
This ruleset focus on possible errors and best practices about AWS resources. Many rules are enabled by default and warn against code that might fail when running `terraform apply`, or clearly unrecommened.
8
+
This ruleset focus on possible errors and best practices about AWS resources. In other words, the rules warn against code that might fail when running `terraform apply` or practices that should be avoided.
9
9
10
10
## Requirements
11
11
@@ -14,7 +14,7 @@ This ruleset focus on possible errors and best practices about AWS resources. Ma
14
14
15
15
## Installation
16
16
17
-
You can install the plugin by adding a config to `.tflint.hcl` and running `tflint --init`:
17
+
After configuring [TFLint](https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/config.md), you can install the plugin by adding a config to `.tflint.hcl` and running `tflint --init`:
18
18
19
19
```hcl
20
20
plugin "aws" {
@@ -24,7 +24,7 @@ plugin "aws" {
24
24
}
25
25
```
26
26
27
-
For more configuration about the plugin, see [Plugin Configuration](docs/configuration.md).
27
+
For more information about configuration options for this ruleset plugin, see [Plugin Configuration](docs/configuration.md).
0 commit comments