mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-08 16:35:25 -04:00
add OpenStack to list of IaaS providers
This commit is contained in:
parent
edc280a8dc
commit
686cd4b02b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ etc. Almost any infrastructure noun can be represented as a resource in Terrafor
|
|||
|
||||
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, DigitalOcean, GCE), PaaS (e.g. Heroku, CloudFoundry),
|
||||
generally are an IaaS (e.g. AWS, DigitalOcean, GCE, OpenStack), PaaS (e.g. Heroku, CloudFoundry),
|
||||
or SaaS services (e.g. Atlas, DNSimple, CloudFlare).
|
||||
|
||||
Use the navigation to the left to read about the available providers.
|
||||
|
|
|
|||
Loading…
Reference in a new issue