You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I love the direction of this utility. It's a generalized approach to orchestrated complex, multi-phased applies for terraform. It's a nice alternative to terragrunt that's less opinionated. We use a similar tool designed for helm that's called helmfile.
what
Support an init.from-module directive for each module.
Only consideration there is that users could potentially cause an issue by changing something astro doesn't expect under the hood. I can't see any catastrophic cases of that right now but it could become a problem.
This is an important feature for greater levels of composition and versioning of infrastructure. Would love to see this implemented or help in the implementation.
If you could init from a module, would it negate the need for the "path" attribute?
Initially when I looked at the project, I was under the impression that the "path" attribute would act like the -from-import functionality of terraform.
Uh oh!
There was an error while loading. Please reload this page.
First of all, I love the direction of this utility. It's a generalized approach to orchestrated complex, multi-phased applies for terraform. It's a nice alternative to terragrunt that's less opinionated. We use a similar tool designed for
helm
that's calledhelmfile
.what
init.from-module
directive for each module.why
init
supports-from-module=SOURCE
when initializing a moduleterragrunt
uses) and would make it easier to dropterragrunt
and useastro
insteadexample
This example would copy the
/aws/app
module tocore/app
and then invoke the commands accordinglyThe text was updated successfully, but these errors were encountered: