-
Notifications
You must be signed in to change notification settings - Fork 13
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
Multiple files for Yaml resources #227
Comments
Is it possible to do this today ? |
Doesn't appear so per https://pulumi-community.slack.com/archives/C03E69EQRD2/p1664981326357059 +1 to feature request. |
+1 |
I would really like this. My |
@terekete @nstires-ctgx @desteves @jamest-pin et al., I regret that I wrote something for this in the community Slack and neglected to update this issue. Using the https://github.com/AaronFriel/pulumi-yaml-multi-file I'm quite partial to this style myself, as I can put the relevant configuration alongside each resource. It's definitely a "Better Helm template", in my opinion. Hopefully this workaround helps manage the complexity of your YAML configurations. At the same time, please continue to upvote this issue though if an "in-box" solution is important to you! |
@AaronFriel very cool. At first glance looks like it will do what I need. |
Hello!
Issue details
I would like to avoid files getting too long, so I would like to split my resources over multiple files, either by using some kind of import statement in the main file, that points to other files like:
Pulumi.yaml:
Container.yaml
Or implicitly by including everything from all files in a folder called "resources", in addition to the main yaml file.
Or both?
Affected area/feature
The text was updated successfully, but these errors were encountered: