You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per Slack conversations with @ringods our bridge provider code is currently using the default package names (i.e. namespaced/prefixed with pulumi) for the various SDK packages. Since this is a third-party repo owned under our 1Password namespace, we will need to update these package names.
Tasks
Make the following updates in the provider/resources.go file:
NPM PackageName should be @1password/pulumi-onepassword (link)
As per Slack conversations with @ringods our bridge provider code is currently using the default package names (i.e. namespaced/prefixed with
pulumi
) for the various SDK packages. Since this is a third-party repo owned under our1Password
namespace, we will need to update these package names.Tasks
Make the following updates in the
provider/resources.go
file:PackageName
should be@1password/pulumi-onepassword
(link)PackageName
should bepulumi-onepassword
(link)RootNamespace
should beTBD
(link)The text was updated successfully, but these errors were encountered: