From 5406f3bb6673e2651332ea26fdc0ba9a98a960fb Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Thu, 10 Sep 2020 16:11:35 -0300 Subject: [PATCH] Backends ordering change --- website/docs/state/remote.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/state/remote.html.md b/website/docs/state/remote.html.md index 3d83ce89e9..8e4039b60a 100644 --- a/website/docs/state/remote.html.md +++ b/website/docs/state/remote.html.md @@ -17,7 +17,7 @@ Terraform at the same time. With _remote_ state, Terraform writes the state data to a remote data store, which can then be shared between all members of a team. Terraform supports storing state in [Terraform Cloud](https://www.hashicorp.com/products/terraform/), -[HashiCorp Consul](https://www.consul.io/), Google Cloud Storage, Azure Blob Storage, Amazon S3, Alibaba Cloud OSS, and more. +[HashiCorp Consul](https://www.consul.io/), Amazon S3, Azure Blob Storage, Google Cloud Storage, Alibaba Cloud OSS, and more. Remote state is a feature of [backends](/docs/backends). Configuring and using remote backends is easy and you can get started with remote state