-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Support time zone parameter for aws_autoscaling_schedule #18098
Comments
timezone config knob was added to aws_appautoscaling_scheduled_action in PR #17689 I am uncertain if aws_appautoscaling_scheduled_action could used as a work-around/replacement for aws_autoscaling_schedule. It would still be good to have the timezone config knob in aws_autoscaling_schedule. |
@gpanula According to the Application Auto Scaling API reference, EC2 Auto Scaling Groups are not valid targets. |
Any updates on this? |
aws-sdk-go was bumped up to 1.38.0 in PR #18274 |
It looks like the |
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. |
Community Note
Description
AWS recently announced support for local time zones for scheduled scaling actions.
PutScheduledUpdateGroupAction
now supports aTimeZone
parameter.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: