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
During our Terraform development we encountered an issue with the maxcompute datasource, for enabling the service. This is what we got:
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: [ERROR] terraform-provider-alicloud/alicloud/data_source_alicloud_maxcompute_service.go:64: Datasource alicloud_maxcompute_service OpenMaxComputeService Failed!!! [SDK alibaba-cloud-sdk-go ERROR]:
│ SDKError:
│ StatusCode: 404
│ Code: InvalidAction.NotFound
│ Message: code: 404, Specified api is not found, please check your url and method. request id: ****
│ Data: {"Code":"InvalidAction.NotFound","HostId":"maxcompute.aliyuncs.com","Message":"Specified api is not found, please check your url and method.","Recommend":"https://api.aliyun.com/troubleshoot?q=InvalidAction.NotFound&product=MaxCompute&requestId=****","RequestId":"*****"}
│
│
│ with data.alicloud_maxcompute_service.open,
│ on maxcompute.tf line 1, in data "alicloud_maxcompute_service" "open":
│ 1: data "alicloud_maxcompute_service" "open" {
The plans we were using:
data "alicloud_maxcompute_service" "open" {
enable = "On"
}
Hi all,
During our Terraform development we encountered an issue with the maxcompute datasource, for enabling the service. This is what we got:
The plans we were using:
and version info:
Is this issue already known; or do I need to change something?
The text was updated successfully, but these errors were encountered: