File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugin "aws" {
2
2
enabled = true
3
- version = " 0.30 .0"
3
+ version = " 0.36 .0"
4
4
source = " github.com/terraform-linters/tflint-ruleset-aws"
5
5
}
6
6
7
+ plugin "terraform" {
8
+ enabled = true
9
+ version = " 0.10.0"
10
+ source = " github.com/terraform-linters/tflint-ruleset-terraform"
11
+ }
12
+
7
13
config {
8
- module = true
9
- force = false
14
+ call_module_type = " local "
15
+ force = false
10
16
}
11
17
12
18
rule "terraform_required_providers" {
Original file line number Diff line number Diff line change 1
1
<!-- markdownlint-disable -->
2
- <a href="https://www.appvia.io/"><img src="./appvia_banner.jpg" alt="Appvia Banner"/></a><br/><p align="right"> <a href="https://registry.terraform.io/modules/appvia/firewall-rules/aws/latest"><img src="https://img.shields.io/static/v1?label=APPVIA&message=Terraform%20Registry&color=191970&style=for-the-badge" alt="Terraform Registry"/></a></a> <a href="https://github.com/appvia/terraform-aws-firewall-rules/releases/latest"><img src="https://img.shields.io/github/release/appvia/terraform-aws-firewall-rules.svg?style=for-the-badge&color=006400" alt="Latest Release"/></a> <a href="https://appvia-community.slack.com/join/shared_invite/zt-1s7i7xy85-T155drryqU56emm09ojMVA#/shared-invite/email"><img src="https://img.shields.io/badge/Slack-Join%20Community-purple?style=for-the-badge&logo=slack" alt="Slack Community"/></a> <a href="https://github.com/appvia/terraform-aws-firewall-rules/graphs/contributors"><img src="https://img.shields.io/github/contributors/appvia/terraform-aws-firewall-rules.svg?style=for-the-badge&color=FF8C00" alt="Contributors"/></a>
2
+ <a href="https://www.appvia.io/"><img src="https://github.com/appvia/terraform-aws-firewall-rules/blob/main/appvia_banner.jpg?raw=true" alt="Appvia Banner"/></a><br/><p align="right"> <a href="https://registry.terraform.io/modules/appvia/firewall-rules/aws/latest"><img src="https://img.shields.io/static/v1?label=APPVIA&message=Terraform%20Registry&color=191970&style=for-the-badge" alt="Terraform Registry"/></a></a> <a href="https://github.com/appvia/terraform-aws-firewall-rules/releases/latest"><img src="https://img.shields.io/github/release/appvia/terraform-aws-firewall-rules.svg?style=for-the-badge&color=006400" alt="Latest Release"/></a> <a href="https://appvia-community.slack.com/join/shared_invite/zt-1s7i7xy85-T155drryqU56emm09ojMVA#/shared-invite/email"><img src="https://img.shields.io/badge/Slack-Join%20Community-purple?style=for-the-badge&logo=slack" alt="Slack Community"/></a> <a href="https://github.com/appvia/terraform-aws-firewall-rules/graphs/contributors"><img src="https://img.shields.io/github/contributors/appvia/terraform-aws-firewall-rules.svg?style=for-the-badge&color=FF8C00" alt="Contributors"/></a>
3
3
4
4
<!-- markdownlint-restore -->
5
5
<!--
6
6
***** CAUTION: DO NOT EDIT ABOVE THIS LINE ******
7
7
-->
8
8
9
- ![ Github Actions] ( ../.. /actions/workflows/terraform.yml/badge.svg)
9
+ ![ Github Actions] ( https://github.com/appvia/terraform-aws-firewall-rules /actions/workflows/terraform.yml/badge.svg)
10
10
11
11
# Terraform AWS Firewall Rules
12
12
You can’t perform that action at this time.
0 commit comments