github.com/atsaki/terraform@v0.4.3-0.20150919165407-25bba5967654/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, containers,
    13  etc. Almost any infrastructure noun can be represented as a resource in Terraform.
    14  
    15  Terraform is agnostic to the underlying platforms by supporting providers. A provider
    16  is responsible for understanding API interactions and exposing resources. Providers
    17  generally are an IaaS (e.g. AWS, DigitalOcean, GCE, OpenStack), PaaS (e.g. Heroku, CloudFoundry),
    18  or SaaS services (e.g. Atlas, DNSimple, CloudFlare).
    19  
    20  Use the navigation to the left to read about the available providers.