Skip to content

Commit

Permalink
Updating default retention to keep backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Hicks committed Aug 5, 2020
1 parent af32028 commit 517eee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "bootstrap" {
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| account\_alias | The desired AWS account alias. | `string` | n/a | yes |
| log\_retention | Log retention of access logs of state bucket. | `number` | `731` | no |
| log\_retention | Log retention of access logs of state bucket. | `number` | `90` | no |
| region | AWS region. | `string` | n/a | yes |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ variable "account_alias" {

variable "log_retention" {
description = "Log retention of access logs of state bucket."
default = 731
default = 90
type = number
}

0 comments on commit 517eee0

Please sign in to comment.