Fix vpc import syntax (#453)

This commit is contained in:
Chad Bean 2020-06-15 10:25:38 -04:00 committed by GitHub
parent b1018dafa1
commit ffab39e3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,5 @@ In addition to the above arguments, the following attributes are exported:
A VPC can be imported using its `id`, e.g.
```
terraform import digitalocean_vpc.example.id 506f78a4-e098-11e5-ad9f-000f53306ae1
terraform import digitalocean_vpc.example 506f78a4-e098-11e5-ad9f-000f53306ae1
```