Mateusz Kwiatkowski
Mateusz Kwiatkowski
This module still uses `template` provider despite it [was archived](https://github.com/hashicorp/terraform-provider-template/issues/85) back in 2020. The solution is to replace it with `templatefile` function. https://github.com/mongodb/terraform-aws-ecs-task-definition/blob/d95413d9eb7f046aaa4b66c990680a0ad32d1ab3/main.tf#L90
Kubedd reports many errors about not supported property (spec). This happens for `ControllerRevision` objects in our cluster: ``` falco audit-falco-558b87fb8c ControllerRevision apps/v1 data property "spec" is unsupported falco audit-falco-594bd6b8d8 ControllerRevision...
Currently there's no way to set reservation dynamically during VM creation. Lack of ZFS reservations are pretty bad when pool runs out of space. FreeBSD guests are unusable and Linux...