circleci icon indicating copy to clipboard operation
circleci copied to clipboard

Read backend-url from Pulumi.yaml in login command

Open ProdigySim opened this issue 3 years ago • 0 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Pulumi supports having backend defined in Pulumi.yaml.

backend:
  url: s3://my-backend

This is really great, since it ensures developers will log in to the correct backend for the project. However, this pulumi orb does not read from this configuration, so I have to duplicate this setting in my .circleci/config.yml.

It would be nice if pulumi/login could read from this value if no cloud-url is specified.

Affected area/feature

Login command

ProdigySim avatar Jun 23 '22 15:06 ProdigySim