Closed nsabernierdev1 closed 6 years ago
@nsabernierdev1 Can you provide the detailed debug log with TF_LOG=DEBUG and OS_DEBUG=1 set, thanks!
When setting debug to OS_DEBUG I findout from the logs that the issue was due to memory quota limit issue. So I fixed the quota and now it works fine. So the issue can be fixed.
Hi there,
Terraform Version
Terraform v0.10.7
Affected Resource(s)
flexibleengine_mrs_cluster_v1
Terraform Configuration Files
Debug Output
https://gist.github.com/nsabernierdev1/582b453d71957ec90570384b67621353#file-terraform-log
Expected Behavior
The MRS cluster should be created
Actual Behavior
Json request is not well formed: Actual: "component_list":[]interface {}{map[string]interface {}{"component_name":"Hadoop"}, map[string]interface {}{"component_name":"Spark"}, map[string]interface {}{"component_name":"Hive"}} Should be: "component_list":[ {"component_name":"Hadoop"}, {"component_name":"Spark"}, {"component_name":"Hive"} ],
Steps to Reproduce
terraform apply