Add type of resource id

pull/30653/head
Till Hoffmann 4 years ago committed by GitHub
parent 821064edd3
commit cfe6e5168a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ resource configuration:
$ terraform import aws_instance.example i-abcd1234
```
This command locates the AWS instance with ID `i-abcd1234`. Then it attaches
This command locates the AWS EC2 instance with ID `i-abcd1234`. Then it attaches
the existing settings of the instance, as described by the EC2 API, to the
name `aws_instance.example` of a module. In this example the module path
implies that the root module is used. Finally, the mapping is saved in the

Loading…
Cancel
Save