Skip to content

Commit

Permalink
chore: fix outdated README example usage (#6)
Browse files Browse the repository at this point in the history
Usage example is outdated with the latest change.
  • Loading branch information
hazmei authored Jul 18, 2024
1 parent 9690c9f commit 24013e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ module "vm-nocloud" {
target_node = "pve"
storage_name = "ssd"
user_data = ""
template_to_clone = "template-nocloud"
vm_onboot = true
vm_state = "running"
vm_protection = true
bootable_iso = "ssd:iso/talos-nocloud-amd64.iso"
resource_allocation = {
sockets = 1
cores = 1
vcpus = 1
memory = 512
storage = 128
Expand Down

0 comments on commit 24013e4

Please sign in to comment.