Skip to content

Commit

Permalink
docs(machines): show examples of shutdown & live forever
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredscheib committed Jul 3, 2020
1 parent b9f2002 commit 1f11599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/terraform-provider-paperspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ resource "paperspace_machine" "my-machine-1" {
user_id = data.paperspace_user.my-user-1.id // optional, remove to default
team_id = data.paperspace_user.my-user-1.team_id
script_id = paperspace_script.my-script-1.id // optional, remove for no script
shutdown_timeout_in_hours = 42
# live_forever = true # enable this to make the machine have no shutdown timeout
}

resource "paperspace_network" "network" {
Expand Down

0 comments on commit 1f11599

Please sign in to comment.