-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Sagemaker module updates don't apply changes in the correct order when using autoscaling group and changing sagemaker model instance sizes. #14337
Comments
Hi @SRserves85 👋 Thank you for reporting this. Given that there's been a few Terraform and AWS provider releases between when you filed this and now, can you confirm whether you're still experiencing this? |
It seems that adding a |
Update, a potentially easier solution is to omit |
Closing for lack of response, if issue still persists please re-open with all relevant details. |
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
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Terraform should be able to handle removing the autoscaling group from a sagemaker endpoint if this is needed to be done to apply changes to the underlying model instances. In this case was trying to adjust instance type.
Actual Behavior
The autoscaling group was not removed before the changes to the endpoint were made, and an error was thrown.
Steps to Reproduce
terraform apply
terraform apply
5 Should receive the same error.
Important Factoids
References
The text was updated successfully, but these errors were encountered: