terraform-provider-garage/docs/index.md

29 lines
793 B
Markdown
Raw Normal View History

---
page_title: "Provider: Garage"
description: |-
The Garage provider provides resources to interact with a Garage admin API.
---
# Garage Provider
The Garage provider provides resources to interact with a Garage admin API.
## Example Usage
```terraform
provider "garage" {
host = "127.0.0.1:3903" # optionally use GARAGE_HOST env var
scheme = "http" # optionally use GARAGE_SCHEME env var, https is the default
token = "bd6751b4108b4538b1f9f06253aae20b53d63657b22f5fd3e3816faa86e76fb6" # optionally use GARAGE_TOKEN env var
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
- `host` (String)
- `scheme` (String)
- `token` (String, Sensitive)