FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

google_compute_project_metadata

Manages metadata common to all instances for a project in GCE.

Example Usage

resource "google_compute_project_metadata" "default" {
  metadata {
    foo  = "bar"
    fizz = "buzz"
    13   = "42"
  }
}

Argument Reference

The following arguments are supported:


Attributes Reference

Only the arguments listed above are exposed as attributes.


See the source of this document at Terraform.io