Fix URL formatting in netbox provider configuration

This commit is contained in:
2025-12-22 23:07:10 +01:00
parent 06ede203d5
commit 1581aaefc7

View File

@@ -24,7 +24,7 @@ variable hcloud_token {
}
provider "netbox" {
url = http://91.98.205.65:8000
url = "http://91.98.205.65:8000"
token = var.netbox_token
}