🎨: move modules to its own directory
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
This commit is contained in:
8
modules/proxmox_lxc_container/locals.tf
Normal file
8
modules/proxmox_lxc_container/locals.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
locals {
|
||||
ssh_key = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILxJNQPyVqQG1C5xEMuyUF9AzZd8s5J7k0kZ7qzn9a0P cveret@HLD5CD4424T4V",
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDjHhcQS8S9k/GX9TyD2F6/jOWwSvoYDIXetLOi0Nm2t mortal@baybay-ponay.mateu.be"
|
||||
]
|
||||
private_ipv4_prefix = "10.233.212"
|
||||
public_ipv6_prefix = "2a01:e0a:9bd:2811"
|
||||
}
|
||||
Reference in New Issue
Block a user