Closed mantoine96 closed 4 years ago
Hi Matthieu, My bad, missed to add this when doing the updates. Thanks for the notice and contribution. Will merge in your PR. Cheers.
@tbroden84 Thank you for merging. I noticed you fixed a mistake I made, so thank you for that as well.
Do you know when you expect to release the change? This is currently blocking some of my internal customers for a product launch.
Thank you!
Matthieu
@thehunt33r Planned to make a release next week together with other updates. But went on and made a smaller release now instead. You would find the new release 1.4.1 available.
Thank you!
Hello,
Since upgrading to the latest version of the provider (because of the API changes), we've been hitting this error with some
cloudamqp_alarm
alarms:Here is a rough definition of the alarm we were creating:
In this PR, I added the
message_type
field to the schema, as well as a validation function for this field, so as to respect the constraints described in the documentation: https://docs.cloudamqp.com/cloudamqp_api.html#alarmsPlease also note that the Terraform provider documentation needs to be updated: https://docs.cloudamqp.com/cloudamqp_terraform.html#resource I wasn't able to find a file where this document is generated from, so I assume you create it on your side.
Please let me know if anything is missing,
Cheers
Matthieu