You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We bootstrap our infrastructure via this provider and need private instance pools. The option was available in the web UI and API but not exposed in this provider.
I added the private attribute to exoscale_instance_pool resource to support creating instance pools without public IP addresses. This matches the existing behavior of exoscale_compute_instance.
Thanks for contribution. UX vise i am leaning toward adding a new attribute public-ip instead (done already in cli). As is private is in conflict with ipv6_address and should be marked as such.
Anyway this feature is on our roadmap, once we internally decide on the approach we may base on your PR so I'll keep it open for a bit longer. Thanks again.
Thanks for contribution. UX vise i am leaning toward adding a new attribute public-ip instead (done already in cli). As is private is in conflict with ipv6_address and should be marked as such.
Anyway this feature is on our roadmap, once we internally decide on the approach we may base on your PR so I'll keep it open for a bit longer. Thanks again.
Thanks for the update. Glad this is on the roadmap. Happy to help out here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We bootstrap our infrastructure via this provider and need private instance pools. The option was available in the web UI and API but not exposed in this provider.
I added the
privateattribute toexoscale_instance_poolresource to support creating instance pools without public IP addresses. This matches the existing behavior ofexoscale_compute_instance.Checklist
Testing
Tested locally with OpenTofu using dev_overrides in ~/.tofurc - successfully created a private instance pool