feat: networking
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
variable "hcloud_token" {
|
||||
type = string
|
||||
locals {
|
||||
net-cidr = "10.0.0.0/8"
|
||||
|
||||
nat-private-ip = "10.0.1.5"
|
||||
}
|
||||
|
||||
variable "public_key_file" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
}
|
||||
|
||||
variable "hcloud_token" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user