this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(infra): add tags to Proxmox VMs

Khue Doan ee5a41ec a72395fd

+8
+4
infra/production/proxmox/compute/terragrunt.hcl
··· 13 13 "kube-2" = { cpu = 4, memory = 12, disk = 128 } 14 14 "kube-3" = { cpu = 4, memory = 12, disk = 128 } 15 15 } 16 + 17 + tags = [ 18 + "production" 19 + ] 16 20 }
+4
infra/staging/proxmox/compute/terragrunt.hcl
··· 13 13 "kube-2" = { cpu = 4, memory = 12, disk = 128 } 14 14 "kube-3" = { cpu = 4, memory = 12, disk = 128 } 15 15 } 16 + 17 + tags = [ 18 + "staging" 19 + ] 16 20 }