From 94463894ec63f6ac2366d01e7ead4857071a5142 Mon Sep 17 00:00:00 2001 From: Vangelis Katsikaros Date: Sat, 23 Mar 2019 01:10:44 +0200 Subject: [PATCH] website: "map" a real resource to configuration, not "attach" (#17912) In the terraform state documentation the verb "map" is widely used to describe the relationship between an item in the state and in the real world whereas the verb "attach" is not used anywhere. --- website/docs/import/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/import/index.html.md b/website/docs/import/index.html.md index d1cd288fe5..56f8cbb78a 100644 --- a/website/docs/import/index.html.md +++ b/website/docs/import/index.html.md @@ -26,7 +26,7 @@ version of Terraform will also generate configuration. Because of this, prior to running `terraform import` it is necessary to write manually a `resource` configuration block for the resource, to which the -imported object will be attached. +imported object will be mapped. While this may seem tedious, it still gives Terraform users an avenue for importing existing resources. A future version of Terraform will fully generate