Justin Van Patten
Justin Van Patten
@Zaid-Ajaj, do you know what caused the regression? Do you think it's worth having a postmortem?
OK, thanks. Untagged `impact/regression` and closed the postmortem issue.
Thanks for the suggestion. > As it is now, you just have to know that your resource (`extends pulumi.dynamic.Resource`) should take in a version of your inputs with `pulumi.Input`s and...
I could see potentially adding `hcl` to https://github.com/pulumi/pulumi/blob/17d252dc300030dce2942dc3528c9736ead4a700/pkg/cmd/pulumi/convert.go#L245-L246 But could also see an argument that while `terraform` is `hcl`, `hcl` is not `terraform`. --- `k8s` is probably worth adding similarly...
Thanks for the issue, @phelm1-landolakes! We'll get the task updated.
Out of curiosity, does `pulumi stack ls` return a list of stacks?
Hmm, I just hit this. I then rebuilt with the changes from #11124 and now I'm not seeing the error anymore.
Hit it again. Here's the details: ``` $ pulumi new aws-typescript error: cloning templates repo: GitCloneOrPull reported unstaged changes: metadata/dist/metadata.json was D Please report this to https://github.com/pulumi/pulumi/issues/11121. ```
> I think some confusion has happened with ignore settings and this file. It looks like "metadata.json" was added to .gitignore, then removed from .gitignore and added to the repository....
WIP fix: https://github.com/pulumi/pulumi/compare/master...justin/gitreset