From e7609274088d818399179bd5a85d8f2bbb1c67d4 Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Mon, 6 Apr 2020 16:43:46 -0400 Subject: [PATCH] Update .github/CONTRIBUTING.md Co-Authored-By: Pam Selle --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 59e56875c..86d97a35a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -66,7 +66,7 @@ Please see the [CODEOWNERS](https://github.com/hashicorp/terraform/blob/master/C Currently, merging state storage backends places a significant burden on the Terraform team. The team must setup an environment and cloud service provider account, or a new database/storage/key-value service, in order to build and test remote state storage backends. The time and complexity of doing so prevents us from moving Terraform forward in other ways. -We are working to remove ourselves from the critical path of state storage backends by moving them towards a plugin model. In the mean time, we won't be accepting new remote state backends into Terraform. +We are working to remove ourselves from the critical path of state storage backends by moving them towards a plugin model. In the meantime, we won't be accepting new remote state backends into Terraform. #### Provisioners