Open arunkumar611 opened 12 months ago
Add support for changing environment names.
Two considerations
- Changing env name in the imported environments
- Resolving old env name in the imported Pulumi Config
I second this. It would be much nicer to be able to rename environments while the rename also:
fn::secret:
) that were in place before the rename.Without the ability to rename, we must
Added to epic https://github.com/pulumi/pulumi-service/issues/18145
For Pulumi config imports, would the list of stacks that need to be updated always be available so that users can change them later rather than doing it right when they change the environment name?
Add support for changing environment names.
Two considerations