Skip to content

Commit

Permalink
updated cloud init for srv prod 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Jul 31, 2024
1 parent 12a40d0 commit 82a3ace
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proxmox/terraform/20019-srv-prod-12.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ resource "proxmox_vm_qemu" "srv-prod-12" {
vm_state
]
}

# CloudInit
ipconfig0 = "ip=10.20.0.20/16,gw=10.20.0.1"
nameserver = "10.20.0.1"
ciuser = "xcad"
sshkeys = var.PUBLIC_SSH_KEY
}

0 comments on commit 82a3ace

Please sign in to comment.