add webhook handler and env variables [ci skip]

This commit is contained in:
viktorbarzin 2023-03-18 17:36:37 +00:00
parent 14ae0f9c61
commit f2b76aa01b
No known key found for this signature in database
GPG key ID: 0EB088298288D958
6 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" {