Skip to content

loafoe/terraform-provider-htpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.25 or newer (to build the provider plugin)

Issues

LICENSE

License is MIT

About

Terraform provider to generate htpasswd related content

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 7

Languages