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.
This commit is contained in:
Vangelis Katsikaros 2019-03-23 01:10:44 +02:00 committed by Nick Fagerlund
parent 428a2c05e7
commit 94463894ec
1 changed files with 1 additions and 1 deletions

View File

@ -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