From 7cb7d641b7fd26a5ed29bf0a1694eff953e716f3 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Tue, 29 Jun 2021 08:56:04 -0400 Subject: [PATCH] Remove top header and add provider language --- website/intro/index.html.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/intro/index.html.markdown b/website/intro/index.html.markdown index 71973a630..df90c140d 100644 --- a/website/intro/index.html.markdown +++ b/website/intro/index.html.markdown @@ -8,9 +8,7 @@ description: |- # Introduction to Terraform -## What is Terraform? - -Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. Terraform can manage both low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS entries, SaaS features, etc. +Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. This includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS entries, SaaS features, etc. Terraform can manage both existing service providers and custom in-house solutions. Below, HashiCorp co-founder and CTO Armon Dadgar describes how Terraform can help solve common infrastructure challenges.