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

810 B

layout page_title sidebar_current description
google Google: google_compute_shared_vpc_service_project docs-google-compute-shared-vpc-service-project 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 and API.

Example Usage

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.