Add type of resource id

This commit is contained in:
Till Hoffmann 2022-03-11 13:06:28 +01:00 committed by GitHub
parent 821064edd3
commit cfe6e5168a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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