Fix URL formatting in netbox provider configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user