Skip to content

Commit

Permalink
fix lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 26, 2020
1 parent 5f90480 commit 9aa3d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ variable "allowed_endpoints" {
}

variable "force_destroy" {
description = "Sets both force_destroy and lifecycle prevent_destroy accordingly to allow the bucket and contents to be deleted. The deletion may take a very long time"
description = "Sets force_destroy to allow the bucket and contents to be deleted. The deletion may take a very long time"
type = bool
default = false
}

0 comments on commit 9aa3d64

Please sign in to comment.