Improve local dev override docs and add read-only example

This commit is contained in:
beatz174-bit
2026-04-21 17:11:15 +10:00
parent da55eb3c9f
commit d2ad986558
13 changed files with 388 additions and 186 deletions
+12
View File
@@ -0,0 +1,12 @@
variable "dynu_api_key" {
description = "Dynu API key. Leave null to use DYNU_API_KEY from environment."
type = string
default = null
sensitive = true
}
variable "hostname" {
description = "Fully-qualified hostname used by dynu_domain and dynu_dns_records data sources."
type = string
default = "www.example.com"
}