Remove top header and add provider language
This commit is contained in:
parent
46708ea4bc
commit
7cb7d641b7
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue