Qovery application with ephemeral storage using terraform

I want to create an application with ephemeral storage instead of block storage using terraform. But the storage block is required in the terraform. How can I create a qovery application without block storage using terraform. I have tried passing null values but I got error for the size attribute of storage. I tried not adding the storage block in my tf, that didn’t work either.

Hi,

Ephemeral storage is set by default. You have access to the size of the local machine. So if you need more ephemeral, you have to leverage the size cluster side.

Yes ephemeral is by default, but terraform storage attribute is required. I wasn’t able to set it to null. But now things are rolling again with the latest version of qovery provider.