terraform-provider-garage/docs/resources/key.md

39 lines
713 B
Markdown
Raw Permalink Normal View History

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "garage_key Resource - terraform-provider-garage"
subcategory: ""
description: |-
This resource can be used to manage Garage keys.
---
# garage_key (Resource)
This resource can be used to manage Garage keys.
## Example Usage
```terraform
resource "garage_key" "key" {
name = "key"
permissions = {
create_bucket = true // defaults to false
}
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
- `access_key_id` (String)
- `name` (String) The name of the key.
- `permissions` (Map of Boolean)
- `secret_access_key` (String, Sensitive)
### Read-Only
- `id` (String) The ID of this resource.