-
-
Notifications
You must be signed in to change notification settings - Fork 953
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
Provide some cloud functions/modules #953
Comments
Can u explain better? |
Just like |
Hey guys, I would like to try to contribute with this feature. Could you assign to me? |
Not too sure if this feature request is accepted yet, it's been here for a while. @Shinigami92? |
The more important thing here is currently to collect what is needed and how we should structure it |
Today we decided in our team that we wont like to start with an implementation of this issue until we
Please write a draft that detail how you would design the cloud module(s) in this issue, please do not write a PR yet |
For the first point, I imagine we could use locals to do this, with For the second point, I can't speak very well about it, I'm not a very experienced developer yet, so I wouldn't know how to do it |
Giving that different cloud providers could have different region names and avaliabilities, it would i think it woul be nicer if the module
If later is needed to define more resources for each cloud provider we could nest the resources in each provider module like
If is needed to add another provider to the module:
To go deeper in each cloud resource own logic it could be also implemented
Note: The information needed for AWS regions and Availability Zones can be found using the aws CLI |
The only issue about that is that we want to get rid of sub-modules 🤔 |
True, I belive that some of the problems of the image-provider could appear here, because some cloud services change often. Some cloud Iaac solutions still separate by cloud providers, see Terraform Namespaces, it has one namespace for each big cloud provider, because the buisness logic of each is very different. There might be some organization in the cloud module like the one that they have 😄 |
I dont think we should get rid of the sub modules per se. If were are going for submodules, then we have to adjust the docs generation to support it. I think we shouldnt go for sub sub modules though. |
See also: |
Thank you for your feature proposal. We marked it as "waiting for user interest" for now to gather some feedback from our community:
We would also like to hear about other community members' use cases for the feature to give us a better understanding of their potential implicit or explicit requirements. We will start the implementation based on:
We do this because:
|
Clear and concise description of the problem
Stuff like
faker.aws.region()
Suggested solution
Draft out what is needed
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: