Skip to content

Commit

Permalink
bump origin_read_timeout validation till 180
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jan 7, 2022
1 parent 4778c58 commit 1e8f5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/cloudfront/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ func ResourceDistribution() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
Default: 30,
ValidateFunc: validation.IntBetween(1, 60),
ValidateFunc: validation.IntBetween(1, 180),
},
"origin_protocol_policy": {
Type: schema.TypeString,
Expand Down

1 comment on commit 1e8f5d7

@genepix
Copy link

@genepix genepix commented on 1e8f5d7 Jan 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, do you know when this fix will be publish on the terraform registry with the 3.72.0 version ?

Please sign in to comment.