Skip to content

Commit

Permalink
fix(migration-guide-python): document breaking change (issue #194) (#228
Browse files Browse the repository at this point in the history
)
  • Loading branch information
idrissneumann authored Sep 16, 2024
1 parent eed97ee commit cc46cff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/how-to-guides/migration-from-lbrlabs-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ After switching the package, update the import statements in your Pulumi infrast
+ import pulumi_ovh as ovh
```

Some package has changed, and you'll have to update it as well, for example:

```diff
- ovh.DomainZoneRecord
+ ovh.domain.ZoneRecord
```

{{% /choosable %}}

{{% choosable language go %}}
Expand Down

0 comments on commit cc46cff

Please sign in to comment.