Updated CLI args, config attributes and blocks
terraform_version_constraint
[config attribute]
Description
Terragrunt will now correctly parse and check Terraform version numbers for full releases (e.g., Terraform 0.12.23
), beta releases (e.g., Terraform 0.13.0-beta2
), and dev builds (e.g., Terraform v0.9.5-dev (cad024a5fe131a546936674ef85445215bbc4226+CHANGES)
).
Special thanks
Thank you to @artemsablin for the PR!