Skip to content

Commit

Permalink
Merge pull request #7751 from blckct/aws_dlm_new_intervals
Browse files Browse the repository at this point in the history
Add new intervals to dlm
  • Loading branch information
bflad authored Mar 1, 2019
2 parents dc27d44 + 393f8dc commit 0f80366
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/resource_aws_dlm_lifecycle_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ func resourceAwsDlmLifecyclePolicy() *schema.Resource {
Type: schema.TypeInt,
Required: true,
ValidateFunc: validateIntegerInSlice([]int{
2,
3,
4,
6,
8,
12,
24,
}),
Expand Down

0 comments on commit 0f80366

Please sign in to comment.