Replies: 1 comment
-
I'm running into a similar / the same issue. In my case the nested module is referring to one on Github module "dns_records" {
count = local.create_dns ? 1 : 0
source = "terraform-aws-modules/route53/aws//modules/records"
version = "~> 2.0"
...
} results in
The "records" module is used in the parent module too and there it is found. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
i would like to use tflint-ruleset-aws to search missing tags in terraform code.
However i am consistently getting error.
i am not sure if you can help me with the tflint+pre-commit combination,
but i think it has a lot to do with tflint..
Command
git commit -m "test"
Terraform Configuration
main/main.tf
module/service/service.tf
TFLint Version
0.45.0
Terraform Version
1.2.1
Operating System
Beta Was this translation helpful? Give feedback.
All reactions