Skip to content

Commit

Permalink
Remove diff suppression func
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNoble committed Apr 18, 2019
1 parent 86c4ecf commit 7ff5cf9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions aws/resource_aws_autoscaling_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ func resourceAwsAutoscalingGroup() *schema.Resource {
Type: schema.TypeList,
Optional: true,
MaxItems: 1,
// Ignore missing configuration block
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
if old == "1" && new == "0" {
return true
}
return false
},
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"on_demand_allocation_strategy": {
Expand Down

0 comments on commit 7ff5cf9

Please sign in to comment.