You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hello project0,
Thanks for providing this podman
provider
:). I've been playing around a bit with it and came a small issue across. When runningterraform plan
withinterraform-provider-podman/examples/resources/podman_pod
I am getting the following error.How can this one be fixed?
The text was updated successfully, but these errors were encountered: