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
- Host: GitHub
- URL: https://github.com/nrkno/terraform-provider-lastpass
- Owner: nrkno
- License: apache-2.0
- Created: 2019-07-22T09:16:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T05:45:53.000Z (over 2 years ago)
- Last Synced: 2025-03-05T22:07:49.402Z (7 months ago)
- Topics: iac-admin, lastpass, plattform, secret-management, secrets, terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 4.2 MB
- Stars: 60
- Watchers: 3
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-provider-lastpass
[](https://github.com/nrkno/terraform-provider-lastpass/releases/latest) [](https://travis-ci.com/nrkno/terraform-provider-lastpass) [](https://goreportcard.com/report/github.com/nrkno/terraform-provider-lastpass) [](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 = <