cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

Remove default RMQ version request when version left out #237

Closed tbroden84 closed 1 year ago

tbroden84 commented 1 year ago

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.