From ceaaa6264af05185d09cc13c27fe925f8bf2ff28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Nov 2021 13:18:14 +0000 Subject: [PATCH] docs: Generate README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index b51a319..1455994 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,43 @@ module "tfe-registry" { ``` +## Requirements + +| Name | Version | +|------|---------| +| [terraform](#requirement\_terraform) | >= 1.0 | +| [tfe](#requirement\_tfe) | >= 0.26.1, < 1.0.0 | + +## Providers + +No providers. + +## Modules + +| Name | Source | Version | +|------|--------|---------| +| [tfe-notification](#module\_tfe-notification) | dhoppeIT/notification/tfe | n/a | +| [tfe-oauth\_client](#module\_tfe-oauth\_client) | dhoppeIT/oauth_client/tfe | n/a | +| [tfe-organization](#module\_tfe-organization) | dhoppeIT/organization/tfe | n/a | +| [tfe-registry](#module\_tfe-registry) | dhoppeIT/registry/tfe | n/a | +| [tfe-variable](#module\_tfe-variable) | dhoppeIT/variable/tfe | n/a | +| [tfe-workspace](#module\_tfe-workspace) | dhoppeIT/workspace/tfe | n/a | + +## Resources + +No resources. + +## Inputs + +| Name | Description | Type | Default | Required | +|------|-------------|------|---------|:--------:| +| [github\_token](#input\_github\_token) | The token used to authenticate with GitHub | `string` | `null` | no | +| [slack\_webhook\_url](#input\_slack\_webhook\_url) | The destination URL used to send Slack notifications | `string` | `null` | no | + +## Outputs + +No outputs. + ## Authors