Dan Hernandez
Dan Hernandez
### Problem description Output as an input for the `file` parameter on the `yaml.ConfigFile` resource isn't supported. This would be useful to have in certain scenarios when you want to...
### Desired Architecture: Project "cluster" - Stack "dev" - Resources - awsx.ecs.Cluster - awsx.ec2.Vpc - awsx.ec2.SecurityGroup - Outputs - cluster name Project "service" - Stack "dev" - Stack reference ->...
The idea would be to be able to provide a set of tags with awsx resources so that all of the abstracted resources would adopt those tags.
Currently it looks like it isn't possible to add tags to autoscaling groups. The idea would be to surface tags and then add a loop that would add them to...
A simple solution to this could be to "load" templates from a repo into `.pulumi/templates` with an additional CLI command. A command like `pulumi templates add [git repo url]` would...
Currently the CLI attempts to call out to a github repo to retrieve the templates.. but if there is a proxy setup to block this traffic, `pulumi new {template name}`...
Create best practice guides that will reduce the adoption curve using Components and make them more digestible to a larger set of users. - [ ] versioning components - [...
There's no documentation around how to mock StackReferences. It would be great to provide an example of this since it's a relatively common feature.
Details on how to manage templates from https://github.com/pulumi/templates should be in the docs somewhere as "top-level" coverage. This is really useful functionality for teams that want to be able to...
### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug I'm...