So consider the scenario where I have a Data Fusion in version 6.4.1 and I wish to re-deploy it as 6.5.0 version via Terraform (this is just an example, but the problem applies to any update to the Data Fusion instance). In Terraform, this implies simply changing the attribute version attribute. After making this change, when performing a terraform plan
the following error is obtained:
| ERROR Get "/v3/namespaces" : unsupported protocol scheme""
This error is obtained for each Terraform CDAP resource created via the Terraform code.
I believe that this error comes from the fact that there is a dependency between a Data Fusion instance and all its CDAP resources that is not considered by the CDAP provider. Is there a way to fix this?