diff --git a/docs/r/compute_project_metadata.html.markdown b/docs/r/compute_project_metadata.html.markdown index c240fb7ca08..3b7dd19df18 100644 --- a/docs/r/compute_project_metadata.html.markdown +++ b/docs/r/compute_project_metadata.html.markdown @@ -8,10 +8,7 @@ description: |- # google\_compute\_project\_metadata -Manages metadata common to all instances for a project in GCE. If you -want to manage only single key/value pairs within the project metadata -rather than the entire set, then use -[google_compute_project_metadata_item](compute_project_metadata_item.html). +Manages metadata common to all instances for a project in GCE. ## Example Usage diff --git a/docs/r/compute_project_metadata_item.html.markdown b/docs/r/compute_project_metadata_item.html.markdown deleted file mode 100644 index a48dd7e247b..00000000000 --- a/docs/r/compute_project_metadata_item.html.markdown +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: "google" -page_title: "Google: google_compute_project_metadata_item" -sidebar_current: "docs-google-compute-project-metadata-item" -description: |- - Manages a single key/value pair on common instance metadata ---- - -# google\_compute\_project\_metadata\_item - -Manages a single key/value pair on metadata common to all instances for -a project in GCE. Using `google_compute_project_metadata_item` lets you -manage a single key/value setting in Terraform rather than the entire -project metadata map. - -## Example Usage - -```hcl -resource "google_compute_project_metadata_item" "default" { - key = "my_metadata" - value = "my_value" -} -``` - -## Argument Reference - -The following arguments are supported: - -* `key` - (Required) The metadata key to set. - -* `value` - (Required) The value to set for the given metadata key. - -- - - - -* `project` - (Optional) The project in which the resource belongs. If it - is not provided, the provider project is used. - -## Attributes Reference - -Only the arguments listed above are exposed as attributes. - -## Import - -Project metadata items can be imported using the `key`, e.g. - -``` -$ terraform import google_compute_project_metadata_item.default my_metadata -``` diff --git a/google.erb b/google.erb index 2375c65f5e8..42ad6aee1a4 100644 --- a/google.erb +++ b/google.erb @@ -153,10 +153,6 @@ google_compute_project_metadata - > - google_compute_project_metadata_item - - > google_compute_region_backend_service