wet-fall-57893
12/06/2022, 11:10 PMconfluentcloud
provider from 0.1.0
to 1.x
pulumi up
operation with refresh
flag throws error below and I tried the approach suggested in this [thread](https://github.com/pulumi/pulumi-confluentcloud/pull/14) but unfortunately it didn’t work either as running refresh
gave me the same error.
panic: interface conversion: interface {} is nil, not string
Another method I’ve tired without refresh
while it didn’t emit the error, it wanted to replace the kafka topic which we cannot do as doing so would cause data loss in our prod environment.
So I am looking for the right way to upgrade the package.up
to let a successful run. Once state file is to date, I import removed resources all back.