-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource/autoscaling_group: reintroduce changes made in #9478 #14064
Conversation
17a3ee7
to
3be0a55
Compare
The changes for this are looking good so far -- a few little extra things here, since this can unexpectedly change the behavior for a few folks and why we backed this out previously:
Please reach out if you have any questions! |
6612e25
to
1c21f80
Compare
@bflad, docs and tests updated and ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just one overall suggestion about the example configurations 🚀
Output from acceptance testing:
--- PASS: TestAccAWSAutoscalingAttachment_albTargetGroup (257.88s)
--- PASS: TestAccAWSAutoscalingAttachment_elb (136.01s)
--- PASS: TestAccAWSAutoScalingGroup_ALB_TargetGroups (298.49s)
--- PASS: TestAccAWSAutoScalingGroup_ALB_TargetGroups_ELBCapacity (392.21s)
--- PASS: TestAccAWSAutoScalingGroup_autoGeneratedName (46.67s)
--- PASS: TestAccAWSAutoScalingGroup_basic (265.46s)
--- PASS: TestAccAWSAutoScalingGroup_classicVpcZoneIdentifier (88.34s)
--- PASS: TestAccAWSAutoScalingGroup_emptyAvailabilityZones (92.30s)
--- PASS: TestAccAWSAutoScalingGroup_enablingMetrics (150.31s)
--- PASS: TestAccAWSAutoScalingGroup_initialLifecycleHook (200.02s)
--- PASS: TestAccAWSAutoScalingGroup_launchTemplate (91.44s)
--- PASS: TestAccAWSAutoScalingGroup_LaunchTemplate_IAMInstanceProfile (79.01s)
--- PASS: TestAccAWSAutoScalingGroup_launchTemplate_update (206.82s)
--- PASS: TestAccAWSAutoScalingGroup_launchTempPartitionNum (41.82s)
--- PASS: TestAccAWSAutoScalingGroup_LoadBalancers (677.62s)
--- PASS: TestAccAWSAutoScalingGroup_MaxInstanceLifetime (132.00s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy (43.07s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_InstancesDistribution_OnDemandAllocationStrategy (115.50s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_InstancesDistribution_OnDemandBaseCapacity (91.46s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_InstancesDistribution_OnDemandPercentageAboveBaseCapacity (46.27s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_InstancesDistribution_SpotAllocationStrategy (46.72s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_InstancesDistribution_SpotInstancePools (67.64s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_InstancesDistribution_SpotMaxPrice (80.19s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_InstancesDistribution_UpdateToZeroOnDemandBaseCapacity (43.87s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_LaunchTemplate_LaunchTemplateSpecification_LaunchTemplateName (62.88s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_LaunchTemplate_LaunchTemplateSpecification_Version (49.02s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_LaunchTemplate_Override_InstanceType (43.43s)
--- PASS: TestAccAWSAutoScalingGroup_MixedInstancesPolicy_LaunchTemplate_Override_WeightedCapacity (140.64s)
--- PASS: TestAccAWSAutoScalingGroup_namePrefix (77.26s)
--- PASS: TestAccAWSAutoScalingGroup_serviceLinkedRoleARN (52.81s)
--- PASS: TestAccAWSAutoScalingGroup_suspendingProcesses (269.20s)
--- PASS: TestAccAWSAutoScalingGroup_tags (270.03s)
--- PASS: TestAccAWSAutoScalingGroup_TargetGroupArns (236.92s)
--- PASS: TestAccAWSAutoScalingGroup_terminationPolicies (141.59s)
--- PASS: TestAccAWSAutoScalingGroup_VpcUpdates (114.18s)
--- PASS: TestAccAWSAutoScalingGroup_WithLoadBalancer (319.77s)
--- PASS: TestAccAWSAutoScalingGroup_WithLoadBalancer_ToTargetGroup (423.38s)
--- PASS: TestAccAWSAutoScalingGroup_withMetrics (287.85s)
--- PASS: TestAccAWSAutoScalingGroup_withPlacementGroup (516.51s)
bf14259
to
dea56b0
Compare
dea56b0
to
8ff3f98
Compare
Rebased to incorporate updates in upgrade guide |
This has been released in version 3.0.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
…from exported attributes list
Community Note
Closes #3265
Reference #9478
Release note for CHANGELOG:
Output from acceptance testing: