add webhook handler and env variables [ci skip]

This commit is contained in:
viktorbarzin 2023-03-18 17:36:37 +00:00
parent 46dc7e8706
commit d8c0c027de
4 changed files with 117 additions and 18 deletions

View file

@ -29,8 +29,8 @@ variable "vm_disk_size" {
variable "provisioner_command" {
description = "Additional provisioning commands to run"
# default = "#"
type = string
default = "#"
type = string
}
variable "network" {