Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 4, 2021
1 parent fb89d07 commit bfdc76d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

## Overview

This is a terraform provider to generate output related to Apache htpasswd file
This is a Terraform provider to generate output related to Apache htpasswd file

# Using the provider

**Terraform 0.13**: To install this provider, copy and paste this code into your Terraform configuration. Then, run terraform init.
**Terraform 0.14+**: To install this provider, copy and paste this code into your Terraform configuration. Then, run terraform init.

```terraform
terraform {
Expand All @@ -25,7 +25,7 @@ terraform {
## Development requirements

- [Terraform](https://www.terraform.io/downloads.html) 0.14.x
- [Go](https://golang.org/doc/install) 1.16 or newer (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.17 or newer (to build the provider plugin)

## Issues

Expand Down

0 comments on commit bfdc76d

Please sign in to comment.