limited-rain-96205
05/12/2021, 7:55 PMLocalWorkspace.selectStack()
would delete the encryptedkey:
section of the stack's yaml file?red-match-15116
05/12/2021, 8:03 PMlimited-rain-96205
05/12/2021, 9:05 PMLocalWorkspace.selectStack()
and pass in the secrets provider at all, it will remove the existing encryption key from the stack file.LocalWorkspace.createStack()
, and not passing it when doing LocalWorkspace.selectStack()
.LocalWorkspace.createOrSelectStack()
red-match-15116
05/12/2021, 10:46 PM