offbeatops/Terraform Google Drive Backend
Start a Terraform HTTP backend server backed by Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gdrive-folder-id | Google Drive folder ID where state files are stored | yes | — |
| gdrive-client-id | OAuth client ID (Desktop app type) | no | — |
| gdrive-client-secret | OAuth client secret | no | — |
| gdrive-refresh-token | OAuth refresh token (from 'terraform-backend-gdrive auth') | no | — |
| gdrive-credentials-json | Service account JSON key (as a string) | no | — |
| port | Port the backend server listens on | no | 8600 |
| log-level | Log level (DEBUG, INFO, WARNING, ERROR) | no | INFO |
| python-version | Python version to use | no | 3.12 |
Outputs
| name | description |
|---|---|
| address | Base URL for Terraform http backend address |
| pid | PID of the background server process |