pulumiverse / pulumi-doppler

Pulumi provider for Doppler
Apache License 2.0
6 stars 2 forks source link

Can we update to latest doppler API? #7

Closed will-wang-oleria closed 6 months ago

ringods commented 6 months ago

Status update: the provider is updated to

Published as v0.1.2.

NOTE:

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.

ringods commented 6 months ago

Version 0.7.0 of this provider is in sync with upstream TF provider v1.7.1.