From 5ed807d0d4ab05fc81d9b3c9db623d3ee937ba2e Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Thu, 1 Feb 2024 11:53:42 -0800 Subject: [PATCH] docs: link to main branch of tflint-ruleset-terraform Avoids it becoming out of sync with the actual dependency, which Dependabot updates in `go.mod` Closes #1965 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e7d61a7..ed6624df9 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ plugin "terraform" { } ``` -See the [tflint-ruleset-terraform documentation](https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0.2.0/docs/configuration.md) for more information. +See the [tflint-ruleset-terraform documentation](https://github.com/terraform-linters/tflint-ruleset-terraform/blob/main/docs/configuration.md) for more information. Next, If you are using an AWS/Azure/GCP provider, it is a good idea to install the plugin and try it according to each usage: