initial commit

This commit is contained in:
Pin
2022-02-18 18:45:46 -05:00
commit 3d6b8e78fd
3 changed files with 126 additions and 0 deletions

11
vars.tf Normal file
View File

@@ -0,0 +1,11 @@
variable "proxmox_host" {
default = "LOIC"
}
variable "template_name" {
default = "fcos-template2"
}
variable "ssh_key" {
default = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE/bVQjWtdR9aU3vlnAuOLrj6SLNdC6gsXxVw5Xq6MZQ"
}