Tobias Brodén
Tobias Brodén
There is still updates needed in our backend before we can proceed with adding this. But will start looking into this again.
Took a bit longer to get together than expected. But we have now released a new version [v1.25.0](https://github.com/cloudamqp/terraform-provider-cloudamqp/releases/tag/v1.25.0) with multiple platform support. We now also support this for Google and...
Yes running your branch. > I think it is using 0.12.0 and I am not seeing any of the "0.1", "0.2" errors. I wonder why. Which Terraform version are you...
Bumped Terraform plugin SDK v2 to latest (2.4.3 -> 2.33.0), rearranged go.mod and deleted go.sum then go mod tidy command. go.mod before tidy: ``` module github.com/cloudamqp/terraform-provider-cloudamqp go 1.21 toolchain go1.21.3...
@tete17 No problem. It is even a third ´/api/plans´ call compared to only two before. They are all triggered when CustomDiff detecting changed for plan/region. Plan then apply sounds logic...
Had to remove the test `TestAccInstance_Upgrade` from instance test due to internal backend changes. Otherwise they are now re-recorded. All tests takes about 40-80s depending on the computer I use...
Thanks for the contribution, much appreciate. Will release this in the next release, together with some more changes we have planned. Next iteration for SDK v2 will be to look...
We are using an old `Terraform Plugin SDK` version (not latest Framework). The older versions don't support unset values to be represented as null. Instead they will get the default...
Correct, so during the initial create run they will both be 0 without any changes detected. During the second run or a run after an import there will be a...
Yes good point, added it as a task.