Resource doppler.Config is renamed to doppler.BranchConfig to no longer conflict with a Config class generated in some of our language SDKs. I added a type alias which means that if you created Config resources with an older version, upgrade to this newer version, then you only have to update the type name in your code. When running Pulumi, it should not lead to the resource being recreated.
Status update: the provider is updated to
pulumi-terraform-bridge
Published as v0.1.2.
NOTE:
Resource
doppler.Config
is renamed todoppler.BranchConfig
to no longer conflict with aConfig
class generated in some of our language SDKs. I added a type alias which means that if you createdConfig
resources with an older version, upgrade to this newer version, then you only have to update the type name in your code. When running Pulumi, it should not lead to the resource being recreated.