Files
docker/infrastructure/terraform/dynu/provider.tf
T
2026-05-13 03:17:37 +10:00

6 lines
186 B
Terraform

provider "dynu" {
# Keep auth local-only; do not commit credentials.
# Provider schema must be confirmed against registry docs before changing fields.
api_key = var.dynu_api_key
}