HCL module version validatorThe "lsp-hcl-tf-version" extension for Visual Studio Code helps users validate Terraform module versions in HCL (HashiCorp Configuration Language) files. It ensures that the module versions specified in a Terraform project adhere to defined patterns or rules. By using regular expressions (regex), it checks the module version against expected formats, offering warnings if inconsistencies are found. This extension supports configuration through various settings, allowing users to customize validation behavior. File repositories example:Repositories pathError: file does not existRegex validationExtension settingsRegex on codeWarningsResolve |