Sfoglia il codice sorgente

Fixing some HCL formatting

Tyler Ault 1 anno fa
parent
commit
e959768e58

+ 1 - 1
packer/proxmox/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl

@@ -12,7 +12,7 @@ variable "proxmox_api_token_id" {
 }
 
 variable "proxmox_api_token_secret" {
-    type = string
+    type      = string
     sensitive = true
 }