don't need to create a new ASG for this change
Tested ``` aws_autoscaling_group.rabbit: Modifying... health_check_grace_period: "200" => "3000" aws_autoscaling_group.rabbit: Modifications complete ```
This commit is contained in:
parent
3d367794e9
commit
9fe6317348
|
@ -67,7 +67,6 @@ func resourceAwsAutoscalingGroup() *schema.Resource {
|
|||
Type: schema.TypeInt,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
|
||||
"health_check_type": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue