项目作者: loafoe

项目描述 :
Terraform provider to generate htpasswd related content
高级语言: Go
项目地址: git://github.com/loafoe/terraform-provider-htpasswd.git
创建时间: 2020-12-02T04:18:37Z
项目社区:https://github.com/loafoe/terraform-provider-htpasswd

开源协议:MIT License

下载


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.

  1. terraform {
  2. required_providers {
  3. htpasswd = {
  4. source = "loafoe/htpasswd"
  5. }
  6. }
  7. }

Development requirements

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

Issues

LICENSE

License is MIT