Skip to content
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

Implement Cloud Provider Hierarchies as Classes #55

Open
jsoconno opened this issue Jan 17, 2021 · 0 comments
Open

Implement Cloud Provider Hierarchies as Classes #55

jsoconno opened this issue Jan 17, 2021 · 0 comments
Labels
new feature New feature or request

Comments

@jsoconno
Copy link
Owner

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
There should be the ability to use child classes of the Cluster class that are aligned with cloud provider hierarchical structures. For example, in Azure you can have Azure > Management Groups > Subscriptions > Resource Groups > Virtual Networks > Subnets. These should be classes you can call rather than having to use the generic Cluster object.

Describe alternatives you've considered
You could just use Cluster, but the benefit to hierarchies is it would be very clear what the container was for. It could also provide some opportunity for extendability in the future. For example, if architectures were modified to create a stock template Terraform configuration output.

Additional context
None.

@jsoconno jsoconno added the new feature New feature or request label Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant