feat: python gitignore
This commit is contained in:
12
terraform/variables.tf
Normal file
12
terraform/variables.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
variable "hcloud_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
locals {
|
||||
boxes = [
|
||||
{
|
||||
name = "jumpbox"
|
||||
type = "cx23"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user