generated from terraform-linters/tflint-ruleset-template
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added default tags functionality (#489)
* feat: Added default tags functionality * feat: Removed deprecated funcions - Removed deprecated runner.EnsureNoError calls - Removed explicit pass of types to EvaluateExpr calls * fix: Changed runner.EvaluateExpr to gohcl.DecodeExpression * fix: Removed uneccesary runner.EnsureNoError when validating tags * fix: Chaged providerAlias var to "provider" in aws.DecodeProviderConfigRef * fix: Added RaiseErr field in tests to allow checking for errors - Added the RaiseErr field in the test table struct, this is due to having the ability of checking errors apart of helper issues, also checked if the provider existed using the mentioned mechanism - Erased unecessary error checking when decoding provider config
- Loading branch information
Showing
6 changed files
with
295 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.