terragrunt does not support provider functions and fails during input-validate #3425
Open
1 of 2 tasks
Labels
bug
Something isn't working
Describe the bug
When using provider functions terragrunt validate-inputs fails with the following error:
Invalid 'for' expression: Extra characters after the end of the 'for' expression. (and 1 other messages)
offending line is:
condition = var.subnet.enable_ipv6 == false || anytrue([ for prefix in self.address_prefixes: provider::assert::cidrv6(prefix) ])
Log Output
Steps To Reproduce
Expected behavior
terragrunt validate-inputs should run properly
Nice to haves
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: