Require provider api_key and remove env var fallback

This commit is contained in:
beatz174-bit
2026-05-04 01:21:53 +10:00
parent 2b0c058664
commit a317b5f0ce
13 changed files with 22 additions and 30 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ provider "dynu" {
### Optional
- `api_key` (String, Sensitive) Dynu API key. If omitted, `DYNU_API_KEY` is used.
- `api_key` (String, Sensitive) Dynu API key. Configure via provider argument (for example with `var.dynu_api_key` from `terraform.tfvars`).
- `base_url` (String) Override API base URL. Primarily intended for automated tests.