Skip to content

Commit

Permalink
BBL-440 | fixing README.md with pre-commit terraform-docs hook
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Nov 16, 2020
1 parent 1e05602 commit c1f024f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@ The original pyhton source code was taken from https://github.com/kingsoftgames/
was adapted to the needs of the project at hand.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

| Name | Version |
|------|---------|
| terraform | >= 0.12.28 |
| aws | ~> 2.70 |

## Providers

| Name | Version |
|------|---------|
| aws | ~> 2.70 |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| certificate\_domains | Domains that will be included in the certificate | `any` | n/a | yes |
| contact\_email | Contact email for LetsEncrypt notifications | `any` | n/a | yes |
| hosted\_zone\_id | The id of the hosted zone that will be modified to prove ownership of the domain | `any` | n/a | yes |
| name | A name for naming resources | `any` | n/a | yes |
| function\_trigger\_schedule\_expression | A cron-like expression that determines when the function is triggered | `string` | `"cron(0 */12 * * ? *)"` | no |
| name\_prefix | A prefix used for naming resources | `string` | `"certbot-lambda"` | no |
| tags | Resource Tags | `map` | `{}` | no |
## Requirements

| Name | Version |
|------|---------|
| terraform | >= 0.12.28 |
| aws | ~> 2.70 |

## Providers

| Name | Version |
|------|---------|
| aws | ~> 2.70 |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| certificate\_domains | Domains that will be included in the certificate | `any` | n/a | yes |
| contact\_email | Contact email for LetsEncrypt notifications | `any` | n/a | yes |
| function\_trigger\_schedule\_expression | A cron-like expression that determines when the function is triggered | `string` | `"cron(0 */12 * * ? *)"` | no |
| hosted\_zone\_id | The id of the hosted zone that will be modified to prove ownership of the domain | `any` | n/a | yes |
| name | A name for naming resources | `any` | n/a | yes |
| name\_prefix | A prefix used for naming resources | `string` | `"certbot-lambda"` | no |
| tags | Resource Tags | `map` | `{}` | no |

## Outputs

Expand Down

0 comments on commit c1f024f

Please sign in to comment.