Skip to content

Commit

Permalink
Merge pull request #347 from simondeziel/stateless-snapshots
Browse files Browse the repository at this point in the history
docs/snapshot: stateful defaults to false
  • Loading branch information
adamcstephens authored Sep 7, 2023
2 parents 4f99e91 + 6a181ea commit 213ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "lxd_snapshot" "snap1" {

* `stateful` - *Optional* - Set to `true` to create a stateful snapshot,
`false` for stateless. Stateful snapshots include runtime state. Defaults to
`true`.
`false`.

* `project` - *Optional* - Name of the project where the snapshot will be stored.

Expand Down

0 comments on commit 213ddf8

Please sign in to comment.