Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.92 KB

README.md

File metadata and controls

36 lines (23 loc) · 2.92 KB

htpasswd Terraform provider

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

  • Terraform 1.0 or newer
  • Go 1.21 or newer (to build the provider plugin)

Issues

LICENSE

License is MIT