terraform/website/docs/providers/index.html.markdown

23 lines
1000 B
Markdown
Raw Normal View History

2014-07-23 20:50:41 +02:00
---
layout: "docs"
page_title: "Providers"
sidebar_current: "docs-providers"
2014-10-22 05:21:56 +02:00
description: |-
Terraform is used to create, manage, and manipulate infrastructure resources. Examples of resources include physical machines, VMs, network switches, containers, etc. Almost any infrastructure noun can be represented as a resource in Terraform.
2014-07-23 20:50:41 +02:00
---
# Providers
Terraform is used to create, manage, and manipulate infrastructure resources.
2017-03-23 20:28:10 +01:00
Examples of resources include physical machines, VMs, network switches,
containers, etc. Almost any infrastructure noun can be represented as a resource
in Terraform.
2014-07-23 20:50:41 +02:00
Terraform is agnostic to the underlying platforms by supporting providers. A
provider is responsible for understanding API interactions and exposing
resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure,
2017-03-23 20:28:10 +01:00
OpenStack), PaaS (e.g. Heroku), or SaaS services (e.g. Terraform Enterprise,
DNSimple, CloudFlare).
2014-07-23 20:50:41 +02:00
Use the navigation to the left to read about the available providers.