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

سير العمل: التنفيذ (Apply)

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

Step 3: Execution

Ready to create the file? Run: bash tofu apply

The Process

  1. It will show you the plan again.
  2. It will ask for confirmation: yes.
  3. It executes the API calls (in this case, creating pet.txt).

Check your folder. You should now see a file named pet.txt. You didn't manually create it; your code did.