Skip to content

Commit

Permalink
ignore terraform_required_providers in the test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 21, 2024
1 parent aff6cc5 commit 53f10e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/providers.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
terraform {
required_version = ">= 1.0"
required_providers {
# tflint-ignore: terraform_required_providers
aws = {
source = "hashicorp/aws"
}
# tflint-ignore: terraform_required_providers
cloudflare = {
source = "cloudflare/cloudflare"
}
Expand Down

0 comments on commit 53f10e6

Please sign in to comment.