Skip to content

Commit

Permalink
small change on lifecycle example
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyPhanNguyen committed Aug 7, 2024
1 parent 2409c5d commit 4ee8639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ resource "octopusdeploy_lifecycle" "example" {
name = "foo"
release_retention_policy {
quantity_to_keep = 0 // true only if quantity_to_keep = 0
should_keep_forever = true
quantity_to_keep = 0
should_keep_forever = true // true only if quantity_to_keep = 0
unit = "Days"
}
Expand Down

0 comments on commit 4ee8639

Please sign in to comment.