Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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