github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/docs/providers/index.html.markdown (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Providers"
     4  sidebar_current: "docs-providers"
     5  description: |-
     6    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.
     7  ---
     8  
     9  # Providers
    10  
    11  Terraform is used to create, manage, and manipulate infrastructure resources.
    12  Examples of resources include physical machines, VMs, network switches,
    13  containers, etc. Almost any infrastructure noun can be represented as a resource
    14  in Terraform.
    15  
    16  Terraform is agnostic to the underlying platforms by supporting providers. A
    17  provider is responsible for understanding API interactions and exposing
    18  resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure,
    19  OpenStack), PaaS (e.g. Heroku), or SaaS services (e.g. Terraform Enterprise,
    20  DNSimple, CloudFlare).
    21  
    22  Use the navigation to the left to read about the available providers.