changed structure and added drone ci

This commit is contained in:
2023-10-27 11:01:13 +02:00
parent d12d8f1e4d
commit 0ed46a355e
25 changed files with 239 additions and 1994 deletions

View File

@@ -0,0 +1,12 @@
variable "virtual_environment_endpoint" {
type = string
}
variable "virtual_environment_api_token" {
type = string
sensitive = true
}
variable "virtual_environment_sshkeys" {
type = list(any)
}