provider: Support multiple URLs in remote#450
Conversation
c8d1bba to
d5732da
Compare
|
@maveonair hmm, can we:
Otherwise, we'll need a major version bump on this one as it's likely to affect quite a few users. |
|
Signed-off-by: Fabian Mettler <fabian@mettler.cc>
d5732da to
c045b5a
Compare
yep, comma separate works for me and aligns it with what we do in the Incus CLI as far as the on-disk storage of that data. |
Signed-off-by: Fabian Mettler <fabian@mettler.cc>
be2f884 to
2fbaa11
Compare
|
@stgraber it looks like the tests are failing with I ran the same tests on my machine and ran the command above with Skopeo direclty and I don't get the error message. Do you have an idea why? |
|
Probably just Github having a dirty /etc/containers. Maybe have the Github workflow delete that folder? |
b4f2988 to
97511be
Compare
Signed-off-by: Fabian Mettler <fabian@mettler.cc>
97511be to
0c9e177
Compare
Fixes #449
This PR updates the provider to use Incus v7 and supports the new multiple remote address model introduced by Incus.
Incus remotes now expose addresses as a list, allowing clustered remotes to define more than one endpoint. To keep the Terraform provider API backward-compatible, the provider continues to use the existing
remote.addressattribute.Multiple remote addresses can now be provided as a comma-separated string, matching the Incus CLI configuration format.