-
Notifications
You must be signed in to change notification settings - Fork 710
Open
Labels
In-ProgressTerraform Team is working on the reproduce & fixTerraform Team is working on the reproduce & fixbug
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version and Provider Version
Terraform v1.10.5
Provider v7.4.0
Affected Resource(s)
Data oci_dataintegration_workspace_tasks
Terraform Configuration Files
data "oci_dataintegration_workspace_tasks" "test" {
workspace_id = "my_id"
}
Debug Output
Panic Output
Expected Behavior
Get info of all tasks of workspace.
Actual Behavior
Error: task_summary_collection.0.items.0.operation: '' expected type 'string', got unconvertible type 'map[string]interface {}', value: 'map[key:dataref:<key>/xxxxx/yyyyy:zzzzz modelType:yyyyy modelVersion:20230722 objectStatus:1 objectVersion:0]'
Steps to Reproduce
terraform apply
Important Factoids
Probably related to another issue I opened: seems that tasks of any type different from REST
aren't supported.
References
Metadata
Metadata
Assignees
Labels
In-ProgressTerraform Team is working on the reproduce & fixTerraform Team is working on the reproduce & fixbug