Leonardo Morales

Results 2 comments of Leonardo Morales

Hello all, I'm facing same issue which is blocking my terraform modules executions when using Terragrunt: ``` inputs = { optional = try(dependency.foo.outputs.optional, null) } ``` output: ``` Error: Invalid...

> Same problem , trying to pass null to input for certain environments You can use this approach to sort out the null approach avoiding to pass null values to...