Add terraform content

Terraform documentation
pull/1657/head
Paul Marsicovetere 2 years ago committed by GitHub
parent 51348ecffa
commit fbb9a3adeb
  1. 7
      content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/100-terraform.md

@ -1 +1,8 @@
# 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.
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.terraform.io/'>Terraform Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://www.terraform.io/docs'>Terraform Documentation</BadgeLink>
<BadgeLink badgeText='Tutorials' colorScheme='blue' href='https://learn.hashicorp.com/terraform'>Terraform Tutorials</BadgeLink>
<BadgeLink badgeText='Intro Video' colorScheme='blue' href='https://www.youtube.com/watch?v=h970ZBgKINg&ab_channel=HashiCorp'>Intro to Terraform Video</BadgeLink>

Loading…
Cancel
Save