diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/100-terraform.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/100-terraform.md
index bffd293c1..71f9ff0b0 100644
--- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/100-terraform.md
+++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/100-terraform.md
@@ -1 +1,8 @@
-# Terraform
\ No newline at end of file
+# Terraform
+
+Terraform is an extremely popular open source Infrastructure as Code (IaC) tool that can be used with many different cloud and service provider APIs. Terraform focuses on an immutable approach to infrastructure, with a terraform state file center to tracking the status of your real world infrastructure.
+
+Terraform Website
+Terraform Documentation
+Terraform Tutorials
+Intro to Terraform Video