Given version constraints, calculate the latest version that satisfies it. NOTE: the only
valid values for the "tool" parameter are TERRAFORM_FOSS or OPEN_TOFU, and when no tool
is specified it defaults to TERRAFORM_FOSS.
- terragruntConstraints
- terraformConstraints
- toolTerragruntTool
EffectiveTerragruntVersionResult!
EffectiveTerragruntVersionResult!- effectiveTerragruntVersionEffective Terragrunt version to be used in a stack. Returns null if tool is set to MANUALLY_PROVISIONED.
- effectiveTerraformVersionEffective Terraform version to be used in a stack. Returns null if tool is set to MANUALLY_PROVISIONED.
- toolTerragruntToolThe tool used to perform the compatibility check.