When the version is not included in the configuration to create a new cloudamqp_instance. We currently make a request to our API backend to fetch the latest RMQ version. This request is not necessary since our backend use the latest version already when no explicit version is give. Noticed from: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/236
Remove the default version request and skip adding this version to create instance params.
Note: LavinMQ don't support picking version and will always use the latest.
When the version is not included in the configuration to create a new
cloudamqp_instance
. We currently make a request to our API backend to fetch the latest RMQ version. This request is not necessary since our backend use the latest version already when no explicit version is give. Noticed from: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/236Remove the default version request and skip adding this version to create instance params.
Note: LavinMQ don't support picking version and will always use the latest.