Setting Environment Variables in Terraform (Qovery/AWS)

Hello,
Are we able to set application secrets in terraform? How about aliases? Also how can we scope a variable at environment level vs application level?
Thanks!

Hi @sama213 ,

The concept of scope is not helpful with Terraform since you declaratively control every single environment you will deploy. You can look at how we use environment variables with the following Qovery Terraform Examples.