Skip to content

Commit

Permalink
update ASG to default delete timeout to match original PR
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Jun 23, 2017
1 parent 4cd11c1 commit 376ea9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/resource_aws_autoscaling_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func resourceAwsAutoscalingGroup() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Delete: schema.DefaultTimeout(5 * time.Minute),
Delete: schema.DefaultTimeout(10 * time.Minute),
},

Schema: map[string]*schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/autoscaling_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOF
}
timeouts {
delete = "5m"
delete = "15m"
}
tag {
Expand Down

0 comments on commit 376ea9b

Please sign in to comment.