Closed TechnicallyJoe closed 1 year ago
The output is correct and unrelated to use of concat
. You are referencing resources that don't exist. You should always be running your configuration through terraform validate
to make sure it's structurally valid, typically before running TFLint.
Summary
even though both azuread_users.owners & azuread_client_config.current are used in concat() block, tflint throws a terraform_unused_declarations warning.
Command
tflint --recursive
Terraform Configuration
TFLint Configuration
Output
TFLint Version
0.47.0
Terraform Version
1.5.0
Operating System