terraform/website/docs/backends/types/index.html.md

956 B

layout page_title sidebar_current description
backend-types Backend: Supported Backend Types docs-backends-types-index Terraform can store the state remotely, making it easier to version and work with in a team.

Backend Types

This section documents the various backend types supported by Terraform. If you're not familiar with backends, please read the sections about backends first.

Backends may support differing levels of features in Terraform. We differentiate these by calling a backend either standard or enhanced. All backends must implement standard functionality. These are defined below:

The backends are separated in the left by standard and enhanced.