🎉: import tofu project
This commit is contained in:
10
proxmox_lxc_container/locals.tf
Normal file
10
proxmox_lxc_container/locals.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
locals {
|
||||
ssh_key = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILxJNQPyVqQG1C5xEMuyUF9AzZd8s5J7k0kZ7qzn9a0P cveret@HLD5CD4424T4V",
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDjHhcQS8S9k/GX9TyD2F6/jOWwSvoYDIXetLOi0Nm2t mortal@baybay-ponay.mateu.be"
|
||||
]
|
||||
public_ipv4_addr = "82.66.135.228"
|
||||
private_ipv4_prefix = "10.233.212"
|
||||
public_ipv6_prefix = "2a01:e0a:9bd:2811"
|
||||
infra_related_domain = "mateu.be"
|
||||
}
|
Reference in New Issue
Block a user