Fix typo in aws_vpc resource docs (VPN -> VPC) (#7805)

This commit is contained in:
Brad Feehan 2016-07-26 16:35:52 +10:00 committed by Radek Simko
parent 8378333f64
commit 1249cb8ba8
1 changed files with 3 additions and 3 deletions

View File

@ -67,8 +67,8 @@ The following attributes are exported:
## Import
VPNs can be imported using the `vpn id`, e.g.
VPCs can be imported using the `vpc id`, e.g.
```
$ terraform import aws_vpn.test_vpn vpc-a01106c2
```
$ terraform import aws_vpc.test_vpc vpc-a01106c2
```