Skip to content

Commit

Permalink
Update aws/resource_aws_cloudwatch_log_group.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Feb 11, 2021
1 parent 70b3aad commit 5191dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_cloudwatch_log_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func resourceAwsCloudWatchLogGroup() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
Default: 0,
ValidateFunc: validation.IntInSlice([]int{1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653}),
ValidateFunc: validation.IntInSlice([]int{0, 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653}),
},

"kms_key_id": {
Expand Down

0 comments on commit 5191dcf

Please sign in to comment.