syntax fix
This commit is contained in:
@@ -9,7 +9,7 @@ resource "proxmox_lxc" "downloader" {
|
|||||||
memory = 2096
|
memory = 2096
|
||||||
swap = 1024
|
swap = 1024
|
||||||
start = true
|
start = true
|
||||||
tags = ["terraform", "deb13"]
|
tags = "terraform;deb13"
|
||||||
nameserver = "192.168.0.224"
|
nameserver = "192.168.0.224"
|
||||||
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user