العودة إلى الدورة

مساحات العمل (Workspaces): بيئات متعددة

احتراف البنية التحتية كبرمجيات (Terraform & OpenTofu)

Isolation with Workspaces

How do you manage Dev, Staging, and Prod without copying your code? Workspaces.

bash tofu workspace new production tofu workspace list

Each workspace has its own state file. You can use ${terraform.workspace} in your code to change server names or sizes based on the environment.