@@ -740,6 +740,7 @@ resource "aws_instance" "web" {
740740# ## **45. What are Terraform `locals` and `output` variables?**
741741
742742**Answer:**
743+
743744- `locals` : Store **temporary values**
744745- `output` : Expose values after deployment
745746
@@ -775,6 +776,7 @@ main = rule { tfplan.cost_estimate.total_monthly_cost < 500 }
775776# ## **47. How do you roll back changes in Terraform?**
776777
777778**Answer:**
779+
778780- **Option 1:** Use version control (`git revert`)
779781- **Option 2:** Manually restore the previous state
780782- **Option 3:** Import last known working state:
@@ -996,3 +998,30 @@ Example:
996998` ` ` sh
997999aws cloudformation describe-stack-events --stack-name my-stack
9981000` ` `
1001+
1002+ ---
1003+
1004+ # # **📢 Contribute & Stay Updated**
1005+
1006+ 💡 **Want to contribute?**
1007+ We **welcome contributions!** If you have insights, new tools, or improvements, feel free to submit a **pull request**.
1008+
1009+ 📌 **How to Contribute?**
1010+
1011+ - Read the **[CONTRIBUTING.md](https://github.com/NotHarshhaa/DevOps-Interview-Questions/blob/master/CONTRIBUTING.md)** guide.
1012+ - Fix errors, add missing topics, or suggest improvements.
1013+ - Submit a **pull request** with your updates.
1014+
1015+ 📢 **Stay Updated:**
1016+ ⭐ **Star the repository** to get notified about new updates and additions.
1017+ 💬 **Join discussions** in **[GitHub Issues](https://github.com/NotHarshhaa/DevOps-Interview-Questions/issues)** to suggest improvements.
1018+
1019+ ---
1020+
1021+ # # **🌍 Community & Support**
1022+
1023+ 🔗 **GitHub:** [@NotHarshhaa](https://github.com/NotHarshhaa)
1024+ 📝 **Blog:** [ProDevOpsGuy](https://blog.prodevopsguy.xyz)
1025+ 💬 **Telegram Community:** [Join Here](https://t.me/prodevopsguy)
1026+
1027+ 
0 commit comments