Fix typo in aws_vpc resource docs (VPN -> VPC) (#7805)
This commit is contained in:
parent
8378333f64
commit
1249cb8ba8
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue