forked from docs/internal-documentation
12 lines
555 B
ReStructuredText
12 lines
555 B
ReStructuredText
============
|
|
Introduction
|
|
============
|
|
|
|
Terraform is an infrastructure as code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently.
|
|
|
|
A provider in Terraform is a plugin that enables interaction with an API. This includes Cloud providers and Software-as-a-service providers.
|
|
|
|
The Open Telekom Cloud provider is used to interact with the many resources supported by OpenTelekomCloud. It's open-source project hosted at Github repository https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud.
|
|
|
|
|