How can I keep my env variables from being overwritten via `terraform apply`?

Hello I’m setting trying to setup new qovery environment via terraform.

But each time I add env variables via qovery UI they get deleted during terraform apply.

How can I keep my env variables while continue using terraform ?
Screenshot 2023-12-19 at 15.45.25

Hello @bayramovanar,

The source of truth is the terraform file when using our terraform provider. You should use terraform to create your variables, otherwise they will be indeed erased on your next terraform apply