Closed tbroden84 closed 3 months ago
Missing the ability to specify the version to upgrade to, when using the cloudamqp_upgrade_rabbitmq resource.
cloudamqp_upgrade_rabbitmq
Reference: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/293.
Extend the cloudamqp_upgrade_rabbitmq resource to use multiple ways to invoke the upgrade.
cloudamqp_upgradable_versions
Added new tests with fixtures
Note: new_version argument set to Force new and will be triggered if any new value is detected. Helps when specifying or using the data source to trigger a new upgrade.
new_version
WHY are these changes introduced?
Missing the ability to specify the version to upgrade to, when using the
cloudamqp_upgrade_rabbitmq
resource.Reference: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/293.
WHAT is this pull request doing?
Extend the
cloudamqp_upgrade_rabbitmq
resource to use multiple ways to invoke the upgrade.cloudamqp_upgradable_versions
HOW can this pull request be tested?
Added new tests with fixtures