This is a Terraform provider to generate output related to Apache htpasswd file
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"
}
}
}
- If you have an issue: report it on the issue tracker
License is MIT