Add type of resource id
This commit is contained in:
parent
821064edd3
commit
cfe6e5168a
|
@ -46,7 +46,7 @@ resource configuration:
|
||||||
$ terraform import aws_instance.example i-abcd1234
|
$ 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
|
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
|
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
|
implies that the root module is used. Finally, the mapping is saved in the
|
||||||
|
|
Loading…
Reference in New Issue