sparse-intern-71089
05/05/2023, 7:17 AMechoing-dinner-19531
05/05/2023, 10:35 AMpulumi stack export
to get the stack state and remove any secret values from that as well then running pulumi stack change-secret-provider
brainy-engineer-50929
05/05/2023, 10:39 AMechoing-dinner-19531
05/05/2023, 10:44 AMpulumi stack export > state.json
then edit the json file to remove any values marked secure (they'll have the value "1b47061264138c4ac30d75fd1eb44270" in their object) and the remove the secretProvider block, then reimport that state pulumi stack import < state.json
and then try change-secret-provider
brainy-engineer-50929
05/05/2023, 10:53 AM