Replies: 1 comment
-
TIL: https://runway.readthedocs.io/stable/runway_config.html#remote-location-sources Thanks @ITProKyle |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Converting a mono repo to multi repo requires a lot of copy and pasting unless you can package things upstream. Terraform has a registry, CICD can git clone and consume, npm install etc....
Idea
As many IaC providers are supporting modules that can be released publicly and consumed downstream, does it make sense to hav this as a supported high level concept in runway?
Not just a remote terraform/cfngin module, but an entire stack with only the params/variables defined locally.
This will help with supporting breaking down mono repo environments as well as making utilities that can be consumed by runway mixing cfn/tf/sls tech into a solution that can be consumed downstream.
Beta Was this translation helpful? Give feedback.
All reactions