Xavier C.

Results 4 comments of Xavier C.

Workaround: ``` class { 'apache': mpm_module => 'prefork', } class { 'apache::mod::php': php_version => '8.1', path => '/usr/lib/apache2/modules/libphp8.1.so', } ```

Hi, I can confirm the issue is still present on `Terraform v1.1.2`: ``` locals { mylist = [ "item1", "item2", "item3" ] } output "template" { value =

Thanks for this and for #51 What if I 'backport' those fixes and make a pull request ? DebOps monorepo seems to big for my needs, I like standalone ansible...