An open API service indexing awesome lists of open source software.

https://github.com/nrkno/terraform-provider-lastpass

Terraform Lastpass provider
https://github.com/nrkno/terraform-provider-lastpass

iac-admin lastpass plattform secret-management secrets terraform terraform-provider

Last synced: 4 months ago
JSON representation

Terraform Lastpass provider

Awesome Lists containing this project

README

          

# terraform-provider-lastpass
[![release](https://img.shields.io/github/release/nrkno/terraform-provider-lastpass.svg?style=flat-square)](https://github.com/nrkno/terraform-provider-lastpass/releases/latest) [![Build Status](https://travis-ci.com/nrkno/terraform-provider-lastpass.svg?branch=master)](https://travis-ci.com/nrkno/terraform-provider-lastpass) [![Go Report Card](https://goreportcard.com/badge/github.com/nrkno/terraform-provider-lastpass)](https://goreportcard.com/report/github.com/nrkno/terraform-provider-lastpass) [![GoDoc](https://godoc.org/github.com/github.com/nrkno/terraform-provider-lastpass/lastpass?status.svg)](https://godoc.org/github.com/nrkno/terraform-provider-lastpass/lastpass)

The Lastpass provider is used to read, manage, or destroy secrets inside Lastpass. Goodbye secret .tfvars files 👋

```hcl
terraform {
required_providers {
lastpass = {
source = "nrkno/lastpass"
}
}
}

resource "lastpass_secret" "mysecret" {
name = "My site"
username = "foobar"
password = file("${path.module}/secret")
url = "https://example.com"
note = <