Skip to content

Commit

Permalink
feat(docs): add the vm tpm_state example
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Lopes <[email protected]>
  • Loading branch information
rgl committed Nov 30, 2023
1 parent 9d2ec0b commit 6a6241e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/resource_virtual_environment_vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ resource "proxmox_virtual_environment_vm" "example_template" {
type = "4m"
}

tpm_state {
datastore_id = local.datastore_id
version = "v2.0"
}

# disk {
# datastore_id = local.datastore_id
# file_id = proxmox_virtual_environment_file.ubuntu_cloud_image.id
Expand Down

0 comments on commit 6a6241e

Please sign in to comment.