Add firewall rules, cloud-init config, and remove volume support
This commit is contained in:
@@ -2,6 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "~> 1.45"
|
||||
}
|
||||
}
|
||||
required_version = ">= 0.13"
|
||||
@@ -39,16 +40,4 @@ variable "hcloud_server_type" {
|
||||
description = "Server Type"
|
||||
type = string
|
||||
default = "cx23"
|
||||
}
|
||||
|
||||
variable "hcloud_volume_name" {
|
||||
description = "Server Volume Name"
|
||||
type = string
|
||||
default = "web_volume"
|
||||
}
|
||||
|
||||
variable "hcloud_volume_size" {
|
||||
description = "Server Volume Name"
|
||||
type = number
|
||||
default = 10
|
||||
}
|
||||
Reference in New Issue
Block a user