This commit is contained in:
@@ -17,12 +17,6 @@ variable NETBOX_API_TOKEN {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable NETBOX_SERVER_URL {
|
|
||||||
type = string
|
|
||||||
description = "netbox server url"
|
|
||||||
sensitive = false
|
|
||||||
}
|
|
||||||
|
|
||||||
variable hcloud_token {
|
variable hcloud_token {
|
||||||
type = string
|
type = string
|
||||||
description = "hetzner cloud api token"
|
description = "hetzner cloud api token"
|
||||||
@@ -30,7 +24,7 @@ variable hcloud_token {
|
|||||||
}
|
}
|
||||||
|
|
||||||
provider "netbox" {
|
provider "netbox" {
|
||||||
server_url = var.NETBOX_SERVER_URL
|
server_url = "http://91.98.205.65:8000"
|
||||||
api_token = var.NETBOX_API_TOKEN
|
api_token = var.NETBOX_API_TOKEN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user