github gruntwork-io/terratest v0.35.7

latest releases: v0.46.14, v0.46.13, v0.46.12...
2 years ago

Modules affected

  • terraform

Description

  • Implement ValidateAllTerraformModules function. This function makes it easy to create a single test that will find all Terraform modules in your repository and run terraform init and terraform validate on them. This function is configurable and allows you to pass the:

    • RootDir to search for all Terraform modules from
    • IncludeDirs to include in the set of modules to validate
    • ExcludeDirs to exclude from the set of modules to validate
  • Run ValidateAllTerraformModules against the Terratest repository itself, to flush out any issues in modules or examples

  • Fix all of the Terraform validation issues found by the previous step

Related links

Don't miss a new terratest release

NewReleases is sending notifications on new releases.