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.
pull/20804/head
Vangelis Katsikaros 7 years ago committed by Nick Fagerlund
parent 428a2c05e7
commit 94463894ec

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

Loading…
Cancel
Save