GithubHelp home page GithubHelp logo

lupa95 / terraform-provider-passwork Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 77 KB

Terraform provider to interact with the password manager Passwork

License: Mozilla Public License 2.0

HCL 0.97% Go 99.03%

terraform-provider-passwork's Introduction

Terraform Provider Passwork

This Terraform provider for the Password Manager Passwork can manage objects like passwords, vaults and folders.

The provider is compatible with Passwork API version 4.0.0

Requirements

  • Terraform 1.x
  • Go 1.21 (for development)

Development

If you want to develop the provider, the following steps can be done to set up a local development environment.

  1. Clone the repository
git clone [email protected]:lupa95/terraform-provider-passwork
  1. Make changes and compile the provider:
go install
  1. Create the file ~/.terraform.rc and point to the local sources (GOPATH):
provider_installation {

  dev_overrides {
      "registry.terraform.io/lupa95/passwork" = "[insert GOPATH]/bin"
  }
  direct {}
}

Run Tests

Running tests requires access to a Passwork instance.

  1. Setup Provider configuration:
export PASSWORK_API_KEY=<replace-with-api-key>
export PASSWORK_HOST=https://my-passwork-instance.com
export PASSWORK_VAULT_ID=<replace with ID of existing vault> # Required for data source testing
  1. Run tests:
# Run all tests
TF_ACC=1 go test -v

# Run tests for specific resource, e.g. password resource only:
TF_ACC=1 go test -v -run TestPasswordResource

terraform-provider-passwork's People

Contributors

lupa95 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.