google::compute-project-metadata-item¶
Creates a project-wide metadata item. Set project-wide SSH keys by creating an item with the key ssh-keys.
Example¶
google::compute-project-metadata-item project-metadata-item-example
key: "example-key"
value: "example-value"
end
Attributes¶
| Attribute | Description |
|---|---|
| key | The key of the metadata item. Allowed characters include letters, digits, -, and _. (Required) |
| value | The value of the metadata item. |