Add hcloud provider configuration and firewall resource
This commit is contained in:
@@ -17,7 +17,17 @@ variable netbox_token {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable hcloud_token {
|
||||
type = string
|
||||
description = "hetzner cloud api token"
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
provider "netbox" {
|
||||
url = http://91.98.205.65:8000
|
||||
token = var.netbox_token
|
||||
}
|
||||
|
||||
provider "hcloud" {
|
||||
token = var.hcloud_token
|
||||
}
|
||||
Reference in New Issue
Block a user