changed structure and added drone ci
This commit is contained in:
12
infrastructure/variables.tf
Normal file
12
infrastructure/variables.tf
Normal 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)
|
||||
}
|
||||
Reference in New Issue
Block a user