Skip to content

Commit b2b607c

Browse files
authored
docs: give full url path for images so they load in terraform registry (#38)
* docs: give full url path for images so they load in terraform registry * fix: correct tflint config
1 parent 431dce6 commit b2b607c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.tflint.hcl

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
plugin "aws" {
22
enabled = true
3-
version = "0.30.0"
3+
version = "0.36.0"
44
source = "github.com/terraform-linters/tflint-ruleset-aws"
55
}
66

7+
plugin "terraform" {
8+
enabled = true
9+
version = "0.10.0"
10+
source = "github.com/terraform-linters/tflint-ruleset-terraform"
11+
}
12+
713
config {
8-
module = true
9-
force = false
14+
call_module_type = "local"
15+
force = false
1016
}
1117

1218
rule "terraform_required_providers" {

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- 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>
33

44
<!-- markdownlint-restore -->
55
<!--
66
***** CAUTION: DO NOT EDIT ABOVE THIS LINE ******
77
-->
88

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)
1010

1111
# Terraform AWS Firewall Rules
1212

0 commit comments

Comments
 (0)