Skip to content
Snippets Groups Projects
Commit 38a594c5 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Remove test container

parent ca06d723
Branches
No related tags found
No related merge requests found
resource "proxmox_lxc" "test" {
target_node = "maze"
hostname = "test"
ostemplate = "local:vztmpl/ubuntu-20.04-standard_20.04-1_amd64.tar.gz"
password = "Test1234567"
vmid = 6101
start = true
memory = 4096
cores = 2
ssh_public_keys = local.ssh_keys
rootfs {
storage = "ssd"
size = "8G"
}
network {
name = "eth1"
bridge = "vmbr0"
ip = "192.168.96.101/22"
gw = "192.168.99.254"
ip6 = "fd00::6:101/96"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment