Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loafoe/terraform-provider-htpasswd
Terraform provider to generate htpasswd related content
https://github.com/loafoe/terraform-provider-htpasswd
apr1 apr1-md5 htpasswd terraform terraform-provider
Last synced: about 6 hours ago
JSON representation
Terraform provider to generate htpasswd related content
- Host: GitHub
- URL: https://github.com/loafoe/terraform-provider-htpasswd
- Owner: loafoe
- License: mit
- Created: 2020-12-02T04:18:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T19:47:03.000Z (2 months ago)
- Last Synced: 2024-11-15T03:55:57.089Z (5 days ago)
- Topics: apr1, apr1-md5, htpasswd, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/loafoe/htpasswd/latest
- Size: 285 KB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# htpasswd Terraform provider
- Documentation: https://registry.terraform.io/providers/loafoe/htpasswd/latest/docs
## Overview
This is a Terraform provider to generate output related to Apache htpasswd file
# Using the provider
**Terraform 1.0+**: To install this provider, copy and paste this code into your Terraform configuration. Then, run terraform init.
```terraform
terraform {
required_providers {
htpasswd = {
source = "loafoe/htpasswd"
}
}
}
```## Development requirements
- [Terraform](https://www.terraform.io/downloads.html) 1.0 or newer
- [Go](https://golang.org/doc/install) 1.21 or newer (to build the provider plugin)## Issues
- If you have an issue: report it on the [issue tracker](https://github.com/loafoe/terraform-provider-htpasswd/issues)
## LICENSE
License is MIT