You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.9.2
Affected Resource(s)
alicloud_instance
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Error applying plan:
1 error(s) occurred:
* alicloud_instance.proxy: 1 error(s) occurred:
* alicloud_instance.proxy: Error creating Aliyun ecs instance: &common.Error{ErrorResponse:common.ErrorResponse{Response:common.Response{RequestId:"89DCC62F-BEE7-4A57-94A6-25F786F73D0E"}, HostId:"ecs-cn-hangzhou.aliyuncs.com", Code:"InvalidIoOptimizedValue.ValueNotSupported", Message:"IoOptimized value not supported."}, StatusCode:400}
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 14, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.9.2
Affected Resource(s)
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
A PrePaid instance is created
Actual Behavior
terraform reports a error
Steps to Reproduce
terraform apply
Important Factoids
References
alicloud CreateInstance api
The text was updated successfully, but these errors were encountered: