Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   What is Terraform and How does it Work? (http://siteownersforums.com/showthread.php?t=982780)

sahithya 10-27-2022 12:25 AM

What is Terraform and How does it Work?
 
Terraform is an IaC tool that lets you define both cloud and on-premises resources in human-readable config files that allow you to version, reuse, and share.

Using a consistent workflow, Terraform provisions and manages all of your infrastructures throughout its lifecycle, whether it’s low-level components like storage and networking, or high-level components such as DNS entries and SaaS features.

How does it Work?

It creates and manages resources on cloud platforms and other services through its APIs.

The Terraform community has over 1,700 Providers, such as GCP, that allow Terraform to work with almost any platform with an accessible API.

Rasmusmus 10-27-2022 01:30 AM

Terraform is an IAC tool, used primarily by DevOps teams to automate various infrastructure tasks. The provisioning of cloud resources, for instance, is one of the main use cases of Terraform. It's a cloud-agnostic, open-source provisioning tool written in the Go language and created by HashiCorp.


All times are GMT -7. The time now is 07:04 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.