-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lbrlabs migration guide, how to replace DomainZoneRecord and CloudProjectUser #194
Comments
In order to add a bit of context, we're using a driver for cwcloud1 which is using both the OpenStack and lbrlabs ovh provider. And the idea is to first replace completely the lbrlabs provider which is deprecated from by its official successor, then if possible stop combining two providers but make a complete rewrite of our driver only using this provider which looks great. Footnotes |
Hi. So we succeed to migrate replacing I've opened this pull request to add this to the migration guide here: #228 Thanks |
My pleasure :) |
Hi.
We are planing to replace the lbrlabs legacy provider by this ovh provider.
We followed this guide: https://github.com/ovh/pulumi-ovh/blob/main/docs/how-to-guides/migration-from-lbrlabs-package.md
But we got this error:
The function which is raising this exception:
DomainZoneRecord
did exists on the lbrlabs provider: https://github.com/lbrlabs/pulumi-ovh/blob/839a4bf77e56f48fb5942e8ea44aa4df93e63472/sdk/python/lbrlabs_ovh/domain_zone_record.py#L187What is the replacement for this instruction ?
Same question for this instruction:
Thanks in advance.
The text was updated successfully, but these errors were encountered: