-
Notifications
You must be signed in to change notification settings - Fork 152
Add support for security groups. #168
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
Comments
Hi @arianvp, can you give us an example of usage you would want to have ? |
Well for https://github.com/hex-sh/terraform-provider-scaleway I'm using https://github.com/scaleway/scaleway-cli/tree/master/pkg/api to talk to the Scaleway API. I want to declaratively describe my firewall like you can do with AWS https://www.terraform.io/docs/providers/aws/r/security_group.html but the current API client of Scaleway has no functions for calling the security group resource. So it's not really an addition to the scaleway-cli itself, but to the API that scaleway-cli uses. |
Ok, perfect, so we can add API helpers for now and decide how to include it in the cli, later @QuentinPerez, this is for you :) |
#179 seems to fix this right? |
Yes 😊 You can see examples here #182 |
It would be nice to be able to configure security groups through the CLI
The text was updated successfully, but these errors were encountered: