Skip to content

Commit

Permalink
Merge pull request #2 from Geartrixy/hotfix/lifecycle_policy
Browse files Browse the repository at this point in the history
Fixes issue #1 Problems with lifecycle policy
  • Loading branch information
derBroBro authored Aug 7, 2018
2 parents c2d8d79 + c396085 commit 124e3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables_gcs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "gcs_versioning_enabled" {

variable "lifecycle_rule_action_type" {
description = "The type of the action of this Lifecycle Rule. Supported values include: Delete and SetStorageClass"
default = "delete"
default = "Delete"
}

variable "lifecycle_rule_condition_age" {
Expand Down

0 comments on commit 124e3a1

Please # to comment.