https://github.com/tailsdotcom/terraform-provider-scram
Terraform provider for managing RFC 7677 SCRAM.
https://github.com/tailsdotcom/terraform-provider-scram
golang scram terraform terraform-provider
Last synced: 5 months ago
JSON representation
Terraform provider for managing RFC 7677 SCRAM.
- Host: GitHub
- URL: https://github.com/tailsdotcom/terraform-provider-scram
- Owner: tailsdotcom
- License: mpl-2.0
- Created: 2021-03-02T16:18:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T13:51:18.000Z (10 months ago)
- Last Synced: 2025-08-17T04:32:38.529Z (10 months ago)
- Topics: golang, scram, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/tailsdotcom/scram/latest
- Size: 174 KB
- Stars: 2
- Watchers: 16
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Terraform Provider for SCRAM
A provider to hash passwords as RFC 7677 SCRAM.
At the moment it only implements SHA-256 as used by PostgreSQL (PRs welcome).