Skip to content

Commit 71f2dba

Browse files
committed
update doc
1 parent 7087d9a commit 71f2dba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/d/vpc.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Use this datasource to get information about a vpc for use in other resources.
1414

1515
```hcl
1616
data "cloudstack_vpc" "vpc-data-source"{
17+
project = "project-1"
1718
filter{
1819
name = "name"
1920
value= "test-vpc"
@@ -27,6 +28,7 @@ data "cloudstack_vpc" "vpc-data-source"{
2728
### Argument Reference
2829

2930
* `filter` - (Required) One or more name/value pairs to filter off of. You can apply filters on any exported attributes.
31+
* `project` - (Optional) The name or ID of the project the vpc belongs to.
3032

3133
## Attributes Reference
3234

@@ -38,4 +40,4 @@ The following attributes are exported:
3840
* `vpc_offering_name` - Vpc offering name the VPC is created from.
3941
* `network_domain` - The network domain of the VPC.
4042
* `project` - The project name of the VPC.
41-
* `zone_name` - The name of the zone the VPC belongs to.
43+
* `zone_name` - The name of the zone the VPC belongs to.

0 commit comments

Comments
 (0)