6 lines
186 B
Terraform
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
|
|
}
|