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