nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Restrict capability by attached block type #68

Open BSick7 opened 2 years ago

BSick7 commented 2 years ago

Summary

Currently, a capability can be limited by app category (e.g. container, serverless, etc.). This is very helpful to prevent the wrong terraform modules from being used.

This could be improved with a filter on the app type. As we add Kubernetes support, there will be a need to differentiate between a capability that is deployed differently across platforms.

As an example, an Nginx Sidecar capability could be deployed to fargate and kubernetes, but requires totally different Terraform modules.