Hello project0,
Thanks for providing this podman provider :). I've been playing around a bit with it and came a small issue across. When running
terraform plan within terraform-provider-podman/examples/resources/podman_pod I am getting the following error.
│ Error: Unsupported argument
│
│ on resource.tf line 16, in resource "podman_pod" "pod":
│ 16: mounts = [
│
│ An argument named "mounts" is not expected here.
How can this one be fixed?