https://github.com/rpcpool/terraform-provider-lago
Terraform provider for Lago API
https://github.com/rpcpool/terraform-provider-lago
Last synced: 29 days ago
JSON representation
Terraform provider for Lago API
- Host: GitHub
- URL: https://github.com/rpcpool/terraform-provider-lago
- Owner: rpcpool
- Created: 2026-02-19T11:57:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-02-20T01:13:55.000Z (about 1 month ago)
- Last Synced: 2026-02-20T03:44:16.740Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Terraform Provider: Lago
This provider manages Lago resources using the Lago API.
## Current MVP
- Provider configuration with `api_endpoint` and `api_key`
- Resource: `lago_billable_metric`
- Resource: `lago_plan`
## Development
```bash
make test
make build
```
Acceptance tests require:
- `LAGO_API_ENDPOINT`
- `LAGO_API_KEY`
- `LAGO_ACC=1`
Then run:
```bash
make testacc
```