Skip to content
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

pulumi:template tag in Pulumi.yaml is blank for new projects created from template #16037

Open
thomas11 opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
area/new pulumi new, templates kind/bug Some behavior is incorrect or out of spec

Comments

@thomas11
Copy link
Contributor

This is using pulumi v3.113.3.

Running pulumi new and choosing a template manually (aws-typescript in my case), the resulting Pulumi.yaml has this section:

config:
  pulumi:tags:
    value:
      pulumi:template: ""

On the other hand, running pulumi new aws-typescript --yes, it looks as expected:

config:
  pulumi:tags:
    value:
      pulumi:template: aws-typescript
@thomas11 thomas11 assigned thomas11 and AaronFriel and unassigned thomas11 Apr 23, 2024
@thomas11 thomas11 added kind/bug Some behavior is incorrect or out of spec area/cli UX of using the CLI (args, output, logs) labels Apr 23, 2024
@justinvp justinvp added area/new pulumi new, templates and removed area/cli UX of using the CLI (args, output, logs) labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/new pulumi new, templates kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants