Add support for ephemeral hosts

This commit is contained in:
Tobias Reisinger 2025-11-12 00:43:05 +01:00
parent 5bfb1a167a
commit 92e16eea34
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 21 additions and 2 deletions

View file

@ -183,6 +183,7 @@ variable "hosts" {
hostname = string
rdns = string
provider = string
ephemeral = optional(bool, false)
image = optional(string)
server_type = optional(string)
datacenter = optional(string)