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
When setting up multipass VMs, if my cloud-config is too ambitious (e.g., installs a number of packages) Terraform times out while each VM is running. They still get created, but I don't get the outputs and suspect the state might be off.
On macOS 12.5 (maybe .6? AFK).
Unrelated. Followed the same thread. It's my understanding the provider has to support timeout overrides in the go code itself.
Can take a look at the source and try to add it myself to verify.
When setting up multipass VMs, if my cloud-config is too ambitious (e.g., installs a number of packages) Terraform times out while each VM is running. They still get created, but I don't get the outputs and suspect the state might be off.
Any chance custom operation timeouts can be added? Something like this:
Appreciate your work! This is a game changer for my dev environment 🔥
The text was updated successfully, but these errors were encountered: