Skip to content

Commit

Permalink
Merge pull request hashicorp#4462 from tdmalone/patch-2
Browse files Browse the repository at this point in the history
Add import instructions to default VPC
  • Loading branch information
bflad authored May 10, 2018
2 parents e7d9b8b + 67333b1 commit db27964
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/default_vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ block with a /56 prefix length for the VPC was assigned


[1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html

## Import

Default VPCs can be imported using the `vpc id`, e.g.

```
$ terraform import aws_default_vpc.default vpc-a01106c2
```

0 comments on commit db27964

Please sign in to comment.