Skip to content

Commit

Permalink
Fix import resource ID typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shedimon committed Apr 26, 2021
1 parent dd9e969 commit ecb8546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ In addition to all arguments above, the following attributes are exported:
VPC Endpoint Services can be imported using ID of the connection, which is the `VPC Endpoint Service ID` and `VPC Endpoint ID` separated by underscore (`_`). e.g.

```
$ terraform import aws_vpc_endpoint_connection_accepter.foo vpce-010601a6db371e263_vpce-svc-0f97a19d3fa8220bc
$ terraform import aws_vpc_endpoint_connection_accepter.foo vpce-svc-0f97a19d3fa8220bc_vpce-010601a6db371e263
```

0 comments on commit ecb8546

Please sign in to comment.