Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Maxia <[email protected]>
  • Loading branch information
Giuseppe Maxia committed Oct 23, 2023
1 parent 812cabf commit 87a73bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/catalog_vapp_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ resource "vcd_catalog_vapp_template" "myNewVappTemplate" {
description = "new vapp template"
ova_path = "/home/user/file.ova"
upload_piece_size = 10
lease {
storage_lease_in_sec = 60*60*24*7 # set storage lease for 7 days (60 seconds * 60 minutes * 24 hour * 7 days)
}
metadata_entry {
key = "license"
Expand Down

0 comments on commit 87a73bc

Please sign in to comment.