terraform-provider-google/website/docs/r/compute_shared_vpc_service_project.html.markdown
Vincent Roseberry e5d9fe6163 Add support for shared VPC (#572)
* Add VPC host project resource
* Add VPC service project resource
* Add combined acceptance test for shared VPC
* Add docs for shared VPC
* Increase deadline for project services operation
2017-10-11 12:51:09 -07:00

29 lines
810 B
Markdown

---
layout: "google"
page_title: "Google: google_compute_shared_vpc_service_project"
sidebar_current: "docs-google-compute-shared-vpc-service-project"
description: |-
Allows enabling and disabling Shared VPC for a service Google Cloud Platform project.
---
# google\_compute\_shared\_vpc\_service\_project
Allows enabling and disabling Shared VPC for a service Google Cloud Platform project. For more information see
[the official documentation](https://cloud.google.com/compute/docs/shared-vpc)
and
[API](https://cloud.google.com/compute/docs/reference/latest/projects).
## Example Usage
```hcl
resource "google_compute_shared_vpc_host_project" "host" {
project = "your-project-id"
}
```
## Argument Reference
The following arguments are supported:
* `project` - (Required) The host project ID.