unable to ignore module hosted in Terraform Cloud #1916
-
Hi! I'm trying to ignore a module that's hosted in Terraform Cloud, to avoid: The module source is "app.terraform.io/rbcbrewindolphin/naming_standard/bd" I've tried various combinations of the module name (in config/ignore_module block) but still getting the warning.# TIA |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That feature is for ignoring errors that arise from within specified modules. This rule doesn't evaluate the module, just the existence of You'll need to use a |
Beta Was this translation helpful? Give feedback.
-
Thanks for clearing it up, Ben. |
Beta Was this translation helpful? Give feedback.
That feature is for ignoring errors that arise from within specified modules. This rule doesn't evaluate the module, just the existence of
module
blocks'version
attributes.You'll need to use a
tflint-ignore
annotation on themodule
block itself.