provider/cloudstack docs: add vpc.network_domain

This commit is contained in:
Joakim Sernbrant 2016-03-08 19:14:01 +01:00
parent 2c48a7c4cb
commit 4a3dbef0c8
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ The following arguments are supported:
* `vpc_offering` - (Required) The name or ID of the VPC offering to use for this VPC. * `vpc_offering` - (Required) The name or ID of the VPC offering to use for this VPC.
Changing this forces a new resource to be created. Changing this forces a new resource to be created.
* `network_domain` - (Optional) DNS domain for guest
networks. Changing this forces a new resource to be created.
* `project` - (Optional) The name or ID of the project to deploy this * `project` - (Optional) The name or ID of the project to deploy this
instance to. Changing this forces a new resource to be created. instance to. Changing this forces a new resource to be created.