1.0.6 • Published 3 years ago
@simcubeltd/pulumi-onepassword v1.0.6
1Password Provider
Based on the 1Password terraform provider
Use the 1Password Pulumi Provider to reference, create, or update items in your existing vaults using 1Password Secrets Automation.
Installing
This package is available in C#, TypeScript, Python and Go
.NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.OnepasswordNode.js (Java/TypeScript)
npm install @SimCubeLtd/pulumi-onepasswordor yarn:
yarn add @SimCubeLtd/pulumi-onepasswordPython
To use from Python, install using pip:
pip install simcubeltd_pulumi_onepasswordGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/SimCubeLtd/pulumi-onepassword/sdk/go/onepasswordConfiguration
The following configuration entries are available:
| Key | Value |
|---|---|
| onepassword:token | The access token for your 1Password Connect server |
| onepassword:url | URL where your 1Password Connect API is being served |