-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider/scaleway: Expose IPv6 support, improve documentation #7784
Conversation
since it can be both ipv4 and ipv6, choose a more generic name.
Hi @nicolai86 Just a FYI, when I went to run the tests, I received a panic (as follows):
|
Now all the tests pass again as well:
|
Thanks for the fix @nicolai86 :) The tests now look good! Thanks again for all the work here!
|
@nicolai86 For some reason when creating 2 security groups, just as described here: https://www.terraform.io/docs/providers/scaleway/index.html Two rules get created but both get 443 port instead of one getting 80 and the other 443. |
@sheerun I've seen the same problem too, when creating a security group with multiple rules. Would you mind creating a bug for this so we can track down the issue? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This PR improves the Scaleway provider by
scaleway_server
resourcescaleway_server
resourceipv4_address_public
->public_ip
,ipv4_address_private
->private_ip
)scaleway_server
resource docs with more options