google::key-ring¶
Create a key ring.
Example¶
google::key-ring example-key-ring
    location: "global"
    name: "example-key-ring"
end
Attributes¶
| Attribute | Description | 
|---|---|
| location | The location of the key ring. (Required) | 
| name | The name of the key ring. Must be a string containing letters, numbers, underscores or hyphens. Valid values satisfy the regex: [^(\\w|-)+$]. (Required) | 
Outputs¶
| Attribute | Description | 
|---|---|
| id | The ID of the key ring. |