Toni Kangas
Toni Kangas
Acceptance tests fail probably because DB properties naming change in API. Should be fixed by #295
Here is a simple config that I was able to reproduce this with: ```terraform terraform { required_providers { upcloud = { source = "registry.upcloud.com/upcloud/upcloud" version = "~> 2.4" } }...
Thanks again for reporting this and proposing an solution. This might be a breaking change, so we will probably have to wait until next major version before merging this in....
Rebased related PR and added comment there as well: #1743
Rebased this on top of `main` @marckhouzam how big of a performance loss this caused? One option to get this forward could be to split the fix so that optimization...
Adding a comment to keep this from being closed.
Adding a comment to keep this from being closed.
Yeah, I have not much ideas on how to optimize this further. There were comments from @scop about unnecessary subshells, but those would require dropping support for older bash versions....
Hello, thanks for the bug report! Could you check if there is anything about `pg_read_replica` in your `terraform.tfstate` file(s)?
I'll close this as completed: the proposed changes were cherry-picked into #414 and have been since released