added server url var
Some checks failed
Terraform CI/CD / terraform (push) Failing after 14s

This commit is contained in:
2025-12-23 17:44:37 +01:00
parent b85b3008b0
commit 1c0e5ecae9

View File

@@ -17,6 +17,12 @@ variable NETBOX_API_TOKEN {
sensitive = true sensitive = true
} }
variable NETBOX_SERVER_URL {
type = string
description = "netbox Server URL"
sensitive = true
}
variable HETZNER_API_TOKEN { variable HETZNER_API_TOKEN {
type = string type = string
description = "hetzner cloud api token" description = "hetzner cloud api token"