terraform-provider-htpasswd
terraform-provider-htpasswd copied to clipboard
Terraform provider to generate htpasswd related content
trafficstars
htpasswd Terraform provider
- Documentation: https://registry.terraform.io/providers/loafoe/htpasswd/latest/docs
<svg width="313" height="88" viewBox="0 0 313 88" fill="none" xmlns="http://www.w3.org/2000/svg">
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 {
required_providers {
htpasswd = {
source = "loafoe/htpasswd"
}
}
}
Development requirements
Issues
- If you have an issue: report it on the issue tracker
LICENSE
License is MIT